Get files from Trash folder
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ResultSet<MyLibraryFile> GetLibraryTrashFiles( Nullable<FileTypes> type, Nullable<TrashSortBy> sortBy )
Parameters
- type
- Type:
System Nullable FileTypes
The type of the files to retrieve
- sortBy
- Type:
System Nullable TrashSortBy
Specifies how the list of folders is sorted
Return Value
Returns a collection of MyLibraryFile objects.See Also