Table of Contents

Class UpdateStatusCommandArguments

Namespace
Kentico.Xperience.Admin.DigitalCommerce.UIPages
Assembly
Kentico.Xperience.Admin.DigitalCommerce.dll
public sealed class UpdateStatusCommandArguments
Inheritance
object
UpdateStatusCommandArguments
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