ListReviewableContentOptions
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ListReviewableContentOptions { int? AuthorId { get; set; } Guid? ContentId { 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 |
---|---|---|---|---|
AuthorId | int? | User id of the author | ||
ContentId | Guid? | Content 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 |