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

NameTypeDescriptionDefaultOptions
ContentCountint?
CssClassstring
LatestTaggedDateDateTime
Namestring