RatedItemListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class RatedItemListOptions { Guid? ApplicationId { get; set; } Guid? ContainerId { get; set; } Guid? ContentTypeId { get; set; } bool? IncludeSubContainers { get; set; } int? PageIndex { get; set; } int? PageSize { get; set; } string SortBy { get; set; } string SortOrder { get; set; } Guid? TypeId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | Content application identifier | ||
ContainerId | Guid? | Content container identifier | ||
ContentTypeId | Guid? | Content type identifier | ||
IncludeSubContainers | bool? | Include likes in sub-containers. ContainerId must be set if this is set. | ||
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 mechanism | Rating | |
SortOrder | string | Sort order | Ascending, Descending | |
TypeId | Guid? | Categorization type |