ConstantContact GetLibraryFilesByFolder Method (String, Nullable Int32 ) 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,
	Nullable<int> limit
)

Parameters

folderId
Type: OnlineSystem String
The id of the folder from which to retrieve files
limit
Type: OnlineSystem Nullable OnlineInt32 
Specifies the number of results per page in the output, from 1 - 50, default = 50.

Return Value

Returns a collection of MyLibraryFile objects.
See Also