ReviewableContentListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ReviewableContentListOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } int? AssigneeId { get; set; } int? AuthorId { get; set; } Guid? ContainerId { get; set; } Guid? ContainerTypeId { get; set; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } string Filter { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string SortBy { get; set; } string SortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | Application id of the reviewable content | ||
ApplicationTypeId | Guid? | Application type id of the reviewable content | ||
AssigneeId | int? | User id of the assigned user | ||
AuthorId | int? | User id of the author | ||
ContainerId | Guid? | Container type id of the reviewable content | ||
ContainerTypeId | Guid? | Container type id of the reviewable content | ||
ContentId | Guid? | Content id of the reviewable content | ||
ContentTypeId | Guid? | Content type id of the reviewable content | ||
Filter | string | Status filter | None | Approved, Denied, None, PendingReview |
PageIndex | int? | Page index | ||
PageSize | int? | Page size | ||
SortBy | string | Sort mechanism | CreatedDate | AuthorDisplayName, CreatedDate, LastActionDate, PublishedDate |
SortOrder | string | Sort order | Ascending, Descending |