Class ContentItemActionConfirmation
Represents a confirmation for a content action.
public sealed class ContentItemActionConfirmation
- Inheritance
-
objectContentItemActionConfirmation
- Extension Methods
Properties
Headline
Headline of the confirmation.
public string Headline { get; init; }
Property Value
- string
IsDestructive
Indicates if the action is destructive.
public bool IsDestructive { get; init; }
Property Value
- bool
Text
Text of the confirmation.
public string Text { get; init; }
Property Value
- string