View Source
Class RecycleBinItemViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class RecycleBinItemViewModel
Properties
View Source
HasChildren
Declaration
public bool HasChildren { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsContainer
Declaration
public bool IsContainer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Key
Declaration
public Guid Key { get; set; }
Property Value
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ParentKey
Declaration
public Guid? ParentKey { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|