MentionableCategory is defined in the Telligent.Evolution.Extensibility.Content.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class MentionableCategory
{
IList<Guid> ApplicationIds { get; set; }
IList<Guid> ApplicationTypeIds { get; set; }
IList<Guid> ContainerIds { get; set; }
IList<Guid> ContainerTypeIds { get; set; }
IList<Guid> ContentTypeIds { get; set; }
bool? IsRecommended { get; set; }
string LabelHtml { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationIds | IList<Guid> | |||
| ApplicationTypeIds | IList<Guid> | |||
| ContainerIds | IList<Guid> | |||
| ContainerTypeIds | IList<Guid> | |||
| ContentTypeIds | IList<Guid> | |||
| IsRecommended | bool? | |||
| LabelHtml | string |