View Source
Class TagResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class TagResponseModel
Properties
View Source
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
View Source
NodeCount
Declaration
public int NodeCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|