Get files
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
ResultSet<MyLibraryFile> GetLibraryFiles( string accessToken, string apiKey, Nullable<FileTypes> type, Nullable<FilesSources> source, Nullable<int> limit, Pagination pag )
Parameters
- accessToken
- Type: System String
Access token.
- apiKey
- Type: System String
The API key for the application
- type
- Type: System Nullable FileTypes
The type of the files to retrieve
- source
- Type: System Nullable FilesSources
Specifies to retrieve files from a particular source
- limit
- Type: System Nullable Int32
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