User file list get options
UserFileListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class UserFileListOptions
{
string ContentType { get; set; }
string FolderPath { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ContentType | string | Content type | ||
| FolderPath | string | Specified folder path. E.g. 'testolder' | ||
| PageIndex | int? | Specify the page number of paged results to return. Zero-based index. Optional parameter | 0 | |
| PageSize | int? | Specify the number of results to return per page | 20 | |
| SortBy | string | Sort by | Name | ContentLength, ContentType, Name |
| SortOrder | string | Sort order | Ascending | Ascending, Descending |