class TagAddOptions
{
Guid? ApplicationId { get; set; }
Guid? ApplicationTypeId { get; set; }
Guid? TypeId { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
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 |