Tag add options
TagAddOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class TagAddOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } Guid? TypeId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | A content application identifier to filter by | ||
ApplicationTypeId | Guid? | A content application type identifier to filter by | ||
TypeId | Guid? | A tag type identifier to filter by |