ConstantContact GetLibraryFilesByFolder Method (String) CTCT Wrapper Documented Class Library
Get files from a specific folder

Namespace: CTCT
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ResultSet<MyLibraryFile> GetLibraryFilesByFolder(
	string folderId
)

Parameters

folderId
Type: OnlineSystem String
The id of the folder from which to retrieve files

Return Value

Returns a collection of MyLibraryFile objects.
See Also