Class AssetFolderAction
Represents a model of an action which appears per single folder in the Asset Folder Tree View component.
public sealed class AssetFolderAction
- Inheritance
-
objectAssetFolderAction
- Extension Methods
Properties
Confirmation
Confirmation for action.
public AssetFolderActionConfirmation Confirmation { get; set; }
Property Value
Disabled
Indicates if the action is disabled.
public bool Disabled { get; set; }
Property Value
- bool
IsDestructive
Indicates whether the action being confirmed is destructive.
public bool IsDestructive { 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