PublishGroupListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class PublishGroupListOptions { bool? IsPublished { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string SortBy { get; set; } string SortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
IsPublished | bool? | Filter article publish groups by published. | False | |
PageIndex | int? | The page index to return based on page size. This value is 'zero' based. | 0 | |
PageSize | int? | The total amount of publish groups to return per paged request. The default is 20, the maximum is 100. | 20 | |
SortBy | string | The sort option for the publish groups. | Date | Date, DeleteDate, Name |
SortOrder | string | The direction to sort the publish groups by based on the current SortBy options. The options are 'ascending' or 'descending'. | ascending |