View Source
Class DocumentBlueprintTreeItemViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class DocumentBlueprintTreeItemViewModel : EntityTreeItemViewModel
Properties
View Source
DocumentTypeAlias
Declaration
public string DocumentTypeAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DocumentTypeKey
Declaration
public Guid DocumentTypeKey { get; set; }
Property Value
View Source
DocumentTypeName
Declaration
public string DocumentTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|