View Source
Class DocumentReferenceResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DocumentReferenceResponseModel : IReferenceResponseModel, IOpenApiDiscriminator
Properties
View Source
DocumentType
Declaration
public TrackedReferenceDocumentType DocumentType { get; set; }
Property Value
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
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> |
|