Class ModifyTagCommandResult
Represent result of executing tag modification commands in the UI page TaxonomyEditLayout.
public sealed class ModifyTagCommandResult
- Inheritance
-
objectModifyTagCommandResult
- Extension Methods
Properties
Status
Status of the result.
public TaxonomyCommandResultStatus Status { get; set; }
Property Value
TagId
Tag ID.
public int TagId { get; set; }
Property Value
- int