View Source
Class DocumentTreeItemViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class DocumentTreeItemViewModel : ContentTreeItemViewModel
Properties
View Source
IsEdited
Declaration
public bool IsEdited { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsProtected
Declaration
public bool IsProtected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsPublished
Declaration
public bool IsPublished { get; set; }
Property Value
Type |
Description |
System.Boolean |
|