TagListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class TagListOptions
{
string ApplicationIds { get; set; }
string ApplicationTypeIds { get; set; }
string ContainerIds { get; set; }
string ContentTypeIds { get; set; }
bool? LogicallyOrTags { get; set; }
int? MinimumContentCount { 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 | | | |
| ApplicationTypeIds | string | | | |
| ContainerIds | string | | | |
| ContentTypeIds | string | | | |
| LogicallyOrTags | bool? | | | |
| MinimumContentCount | int? | | | |
| PageIndex | int? | | | |
| PageSize | int? | | | |
| SortBy | string | | | |
| SortOrder | string | | | |
| Tags | string | | | |
| TypeId | Guid? | | | |