HashTagListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class HashTagListOptions
{
Guid? ApplicationId { get; set; }
Guid? ApplicationTypeId { get; set; }
Guid? ContainerId { get; set; }
Guid? ContentTypeId { get; set; }
bool? IncludeSubContainers { get; set; }
int? PageSize { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationId | Guid? | Application identifier filter | ||
| ApplicationTypeId | Guid? | Application type identifier filter | ||
| ContainerId | Guid? | Container identifier filter | ||
| ContentTypeId | Guid? | Content type identifier filter | ||
| IncludeSubContainers | bool? | Include likes in sub-containers. ContainerId must be set if this is set. | ||
| PageSize | int? | Specify the number of results to return per page. |