View Source
Class DocumentCollectionResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DocumentCollectionResponseModel : ContentCollectionResponseModelBase<DocumentValueResponseModel, DocumentVariantResponseModel>
Properties
View Source
DocumentType
Declaration
public DocumentTypeCollectionReferenceResponseModel DocumentType { get; set; }
Property Value
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 |
|