ConstantContact GetLibraryTrashFiles Method (Nullable FileTypes , Nullable TrashSortBy , Nullable Int32 , Pagination) CTCT Wrapper Documented Class Library
Get files from Trash folder

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

public ResultSet<MyLibraryFile> GetLibraryTrashFiles(
	Nullable<FileTypes> type,
	Nullable<TrashSortBy> sortBy,
	Nullable<int> limit,
	Pagination pag
)

Parameters

type
Type: OnlineSystem Nullable FileTypes 
The type of the files to retrieve
sortBy
Type: OnlineSystem Nullable TrashSortBy 
Specifies how the list of folders is sorted
limit
Type: OnlineSystem Nullable OnlineInt32 
Specifies the number of results per page in the output, from 1 - 50, default = 50.
pag
Type: CTCT.Components Pagination
Pagination object.

Return Value

Returns a collection of MyLibraryFile objects.
See Also