Tag is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class Tag
{
int? ContentCount { get; set; }
string CssClass { get; set; }
DateTime LatestTaggedDate { get; set; }
string Name { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|
| ContentCount | int? | | | |
| CssClass | string | | | |
| LatestTaggedDate | DateTime | | | |
| Name | string | | | |