View Source
Class FileSystemTreeItemPresentationModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class FileSystemTreeItemPresentationModel : TreeItemPresentationModel
Properties
View Source
IsFolder
Declaration
public bool IsFolder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Parent
Declaration
public FileSystemFolderModel Parent { get; set; }
Property Value
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|