MediaListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.MediaGalleries.dll
Definition
class MediaListOptions
{
int? AuthorId { get; set; }
string ContentIds { get; set; }
int? GalleryId { get; set; }
string GalleryIds { get; set; }
int? GroupId { get; set; }
bool? IncludeSubGroups { get; set; }
bool? IncludeUnpublished { get; set; }
int? MaximumDownloadCount { get; set; }
int? MinimumDownloadCount { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| AuthorId | int? | Author Id of the content. | ||
| ContentIds | string | Comma separated list of ContentIds. Used to limit to a specific set of files as well as sort order if SortBy is set to ContentIdsOrder | ||
| GalleryId | int? | Gallery Id | ||
| GalleryIds | string | Used to filter by a list of media galleries. Multiple values are separated with commas. | ||
| GroupId | int? | Group Id | ||
| IncludeSubGroups | bool? | Used when filtering by group. | ||
| IncludeUnpublished | bool? | Specifies whether to include unpublished posts. | ||
| MaximumDownloadCount | int? | Maximum number of downloads the content can have for content to be returned. | ||
| MinimumDownloadCount | int? | Minimum number of downloads the content must have for content to be returned. | ||
| PageIndex | int? | Specify the page number of paged results to return. Zero-based index. | ||
| PageSize | int? | Specify the number of results to return per page. | ||
| SortBy | string | Sort by | Author, Comments, ContentIdsOrder, Downloads, PostDate, Rating, Score:SCORE_ID, Subject, Views | |
| SortOrder | string | Sort order | Ascending, Descending |