FeaturesListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version2 namespace of Telligent.Evolution.Platform.dll
Definition
class FeaturesListOptions
{
Guid? ApplicationId { get; set; }
Guid? ContainerId { get; set; }
Guid? ContentId { get; set; }
Guid[] ContentTypeIds { get; set; }
string ContentUrl { get; set; }
bool? IncludeFutureDatedItems { get; set; }
bool IncludeSubContainers { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
Guid? TargetContainerId { get; set; }
Guid? TypeId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationId | Guid? | Filter by content's application | ||
| ContainerId | Guid? | Filter by content's group. | ||
| ContentId | Guid? | Content identifier | ||
| ContentTypeIds | Guid[] | Content type identifier | ||
| ContentUrl | string | Content url | ||
| IncludeFutureDatedItems | bool? | If true then items set to be featured in the future will be true. False is the default | ||
| IncludeSubContainers | bool | Include sub container's of provided containerId | ||
| PageIndex | int? | PageIndex | ||
| PageSize | int? | Page Size | 20 | |
| SortBy | string | Sort By. Acceptable values are FeatureDate,StartDate,EndDate | ||
| SortOrder | string | Sort Order | ||
| TargetContainerId | Guid? | Filter by container Feature will be displayed in. | ||
| TypeId | Guid? | Categorization type |