ContentViewCountGetOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class ContentViewCountGetOptions
{
Guid? ViewTypeId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ViewTypeId | Guid? | The view type id of the content view. As of 12.1 the default value is '00000000-0000-0000-0000-000000000000'. If passing in a legacy value, the return value will contain a ViewTypeId value of '00000000-0000-0000-0000-000000000000'. |