Tagged сontent list Get options
TaggedContentListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class TaggedContentListOptions
{
string ApplicationIds { get; set; }
string ApplicationTypeIds { get; set; }
string ContainerIds { get; set; }
DateTime? ContentCreatedAfterDate { get; set; }
DateTime? ContentCreatedBeforeDate { get; set; }
string ContentTypeIds { get; set; }
bool? IncludeSubContainers { get; set; }
bool? LogicallyOrTags { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
string Tags { get; set; }
Guid? TypeId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationIds | string | Comma-separated list of content application identifiers | ||
| ApplicationTypeIds | string | Comma-separated list of content application type identifiers | ||
| ContainerIds | string | Comma-separated list of content container identifiers | ||
| ContentCreatedAfterDate | DateTime? | Include only content created on or after | ||
| ContentCreatedBeforeDate | DateTime? | Include only content created after | ||
| ContentTypeIds | string | Comma-separated list of content type identifiers | ||
| IncludeSubContainers | bool? | Include sub containers | ||
| LogicallyOrTags | bool? | Enables filtering by logically OR-ing the filter tags | False | |
| PageIndex | int? | Specify the page number of paged results to return. Zero-based index. | 0 | |
| PageSize | int? | Specify the number of results to return per page. | 20 | |
| SortBy | string | How the results will be sorted | TaggedDate | CreatedDate, TaggedDate |
| SortOrder | string | The sort order of the items | Descending | |
| Tags | string | Comma separated list of tags to filter | ||
| TypeId | Guid? | Type (categorization) identifier |