LikeListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class LikeListOptions { Guid? ApplicationId { get; set; } Guid? ContainerId { get; set; } DateTime? ContentCreatedAfterDate { get; set; } DateTime? ContentCreatedBeforeDate { get; set; } Guid? ContentId { get; set; } string ContentIds { get; set; } Guid? ContentTypeId { get; set; } string ContentTypeIds { get; set; } string ContentUrl { 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; } int? UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | Content application identifier | ||
ContainerId | Guid? | Content container identifier | ||
ContentCreatedAfterDate | DateTime? | Include only content created on or after | ||
ContentCreatedBeforeDate | DateTime? | Include only content created after | ||
ContentId | Guid? | Content identifier | ||
ContentIds | string | Comma separated list of ContentIds. Used to limit to a specific set of likes as well as sort order if SortBy is set to ContentIdsOrder. Optional parameter | ||
ContentTypeId | Guid? | Content type identifier | ||
ContentTypeIds | string | Comma separated list of Content type ids. Used to filter likes by specific content types. | ||
ContentUrl | string | Content url | ||
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 | Date | ContentIdsOrder, Date |
SortOrder | string | Sort order | Ascending, Descending | |
TypeId | Guid? | Categorization type | ||
UserId | int? | User identifier |