Get all existing MyLibrary folders
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ResultSet<MyLibraryFolder> GetLibraryFolders( Nullable<FoldersSortBy> sortBy, Nullable<int> limit )
Parameters
- sortBy
- Type:
System Nullable FoldersSortBy
Specifies how the list of folders is sorted
- limit
- Type:
System Nullable
Int32
Specifies the number of results per page in the output, from 1 - 50, default = 50.
Return Value
Returns a collection of MyLibraryFolder objects.See Also