Class AssetFolderTreeViewItem
Item representing a folder in the asset folder tree.
public sealed class AssetFolderTreeViewItem
- Inheritance
-
objectAssetFolderTreeViewItem
- Extension Methods
Properties
Actions
Asset folder tree view item actions.
public IList<AssetFolderAction> Actions { get; set; }
Property Value
- IList<AssetFolderAction>
HasChildren
Indicates if folder has any children.
public bool HasChildren { get; set; }
Property Value
- bool
Name
Folder name.
public string Name { get; set; }
Property Value
- string
ParentPath
Path to the parent folder.
public string ParentPath { get; set; }
Property Value
- string
Path
Path to the folder.
public string Path { get; set; }
Property Value
- string