Class AssetFoldersTreeViewAction
Represents action for an asset folder.
public sealed class AssetFoldersTreeViewAction
- Inheritance
-
objectAssetFoldersTreeViewAction
- Extension Methods
Properties
Disabled
Indicates if the action is disabled.
public bool Disabled { get; set; }
Property Value
- bool
Label
Label of the action.
public string Label { get; set; }
Property Value
- string
Name
Unique action name.
public string Name { get; set; }
Property Value
- string
Permission
Permission that will be checked to determine whether the user has the permission to execute the action.
public string Permission { get; set; }
Property Value
- string
Tooltip
Tooltip for the action.
public string Tooltip { get; set; }
Property Value
- string