Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentTypeResponseModel

    Inheritance
    System.Object
    ContentTypeModelBase<DocumentTypePropertyTypeResponseModel, DocumentTypePropertyTypeContainerResponseModel>
    ContentTypeResponseModelBase<DocumentTypePropertyTypeResponseModel, DocumentTypePropertyTypeContainerResponseModel>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.DocumentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DocumentTypeResponseModel : ContentTypeResponseModelBase<DocumentTypePropertyTypeResponseModel, DocumentTypePropertyTypeContainerResponseModel>

    Properties

    View Source

    AllowedDocumentTypes

    Declaration
    public IEnumerable<DocumentTypeSort> AllowedDocumentTypes { get; set; }
    Property Value
    Type Description
    IEnumerable<DocumentTypeSort>
    View Source

    AllowedTemplates

    Declaration
    public IEnumerable<ReferenceByIdModel> AllowedTemplates { get; set; }
    Property Value
    Type Description
    IEnumerable<ReferenceByIdModel>
    View Source

    Cleanup

    Declaration
    public DocumentTypeCleanup Cleanup { get; set; }
    Property Value
    Type Description
    DocumentTypeCleanup
    View Source

    Compositions

    Declaration
    public IEnumerable<DocumentTypeComposition> Compositions { get; set; }
    Property Value
    Type Description
    IEnumerable<DocumentTypeComposition>
    View Source

    DefaultTemplate

    Declaration
    public ReferenceByIdModel DefaultTemplate { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AllowedDocumentTypes
      • AllowedTemplates
      • Cleanup
      • Compositions
      • DefaultTemplate
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX