Class UpdateStatusCommandArguments
- Namespace
- Kentico.Xperience.Admin.DigitalCommerce.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalCommerce.dll
UpdateStatus(UpdateStatusCommandArguments, CancellationToken) command arguments.
public sealed class UpdateStatusCommandArguments
- Inheritance
-
objectUpdateStatusCommandArguments
- Extension Methods
Constructors
UpdateStatusCommandArguments()
public UpdateStatusCommandArguments()
Properties
FormData
UpdateStatus form data.
public Dictionary<string, JsonElement> FormData { get; set; }
Property Value
- Dictionary<string, JsonElement>
Identifier
Code name of original record to be updated.
public string Identifier { get; set; }
Property Value
- string