ConstantContact GetLibraryFiles Method (Nullable FileTypes , Nullable FilesSources , Nullable Int32 ) CTCT Wrapper Documented Class Library
Get files

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

public ResultSet<MyLibraryFile> GetLibraryFiles(
	Nullable<FileTypes> type,
	Nullable<FilesSources> source,
	Nullable<int> limit
)

Parameters

type
Type: OnlineSystem Nullable FileTypes 
The type of the files to retrieve
source
Type: OnlineSystem Nullable FilesSources 
Specifies to retrieve files from a particular source
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