• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentBlueprintTreeItemViewModel

    Inheritance
    System.Object
    TreeItemViewModel
    EntityTreeItemViewModel
    Namespace: Umbraco.Cms.ManagementApi.ViewModels.Tree
    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
    Type Description
    Guid
    View Source

    DocumentTypeName

    Declaration
    public string DocumentTypeName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DocumentTypeAlias
      • DocumentTypeKey
      • DocumentTypeName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX