GalleriesListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.MediaGalleries.dll
Definition
class GalleriesListOptions
{
string ApplicationIds { get; set; }
int? GroupId { get; set; }
bool? IncludeSubGroups { get; set; }
string NameQuery { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string PermissionId { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
int? UserId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationIds | string | Comma separated list of ApplicationIds. Used to limit to a specific set of galleries as well as sort order if SortBy is set to ApplicationIdsOrder | ||
| GroupId | int? | Group Id | ||
| IncludeSubGroups | bool? | Only used when GroupId is specified. | ||
| NameQuery | string | |||
| 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. | ||
| PermissionId | string | Used to get a list of galleries for which the accessing or impersonated user has the provided Permission ID. | ||
| SortBy | string | Sort by | ApplicationIdsOrder, DateCreated, LastPost, Name, Post, SortOrder, Thread, TotalPosts | |
| SortOrder | string | Sort order | Ascending, Descending | |
| UserId Obsolete | int? | Obsolete in 9.2: User Id should no longer be used. Rely on the authenticated or impersonated user instead. Obsolete in 9.2: User Id should no longer be used. Rely on the authenticated or impersonated user instead. |