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 )
Parameters
- sortBy
- Type:
System Nullable FoldersSortBy
Specifies how the list of folders is sorted
Return Value
Returns a collection of MyLibraryFolder objects.See Also