Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentReferenceResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.TrackedReferences
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DocumentReferenceResponseModel : IReferenceResponseModel

    Properties

    View Source

    DocumentType

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

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Published

    Declaration
    public bool? Published { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DocumentType
      • Id
      • Name
      • Published
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX