Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentCollectionResponseModel

    Inheritance
    System.Object
    ContentResponseModelBase<DocumentValueResponseModel, DocumentVariantResponseModel>
    ContentCollectionResponseModelBase<DocumentValueResponseModel, DocumentVariantResponseModel>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Document.Collection
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DocumentCollectionResponseModel : ContentCollectionResponseModelBase<DocumentValueResponseModel, DocumentVariantResponseModel>

    Properties

    View Source

    Ancestors

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

    DocumentType

    Declaration
    public DocumentTypeCollectionReferenceResponseModel DocumentType { get; set; }
    Property Value
    Type Description
    DocumentTypeCollectionReferenceResponseModel
    View Source

    IsProtected

    Declaration
    public bool IsProtected { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsTrashed

    Declaration
    public bool IsTrashed { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Updater

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