Class AssetFolderActionConfirmation
Represents action's confirmation.
public sealed class AssetFolderActionConfirmation
- Inheritance
-
objectAssetFolderActionConfirmation
- Extension Methods
Properties
ButtonLabel
Label for confirmation button.
public string ButtonLabel { get; set; }
Property Value
- string
Headline
Headline for confirmation dialog.
public string Headline { get; set; }
Property Value
- string
Text
Confirmation message for the action.
public string Text { get; set; }
Property Value
- string