Class UpdateStepCommandArguments
UpdateStep(UpdateStepCommandArguments) command arguments.
public sealed class UpdateStepCommandArguments
- Inheritance
-
objectUpdateStepCommandArguments
- Extension Methods
Properties
FormData
Data of the submitted form.
public Dictionary<string, JsonElement> FormData { get; set; }
Property Value
- Dictionary<string, JsonElement>
StepId
Workflow step identifier.
public int StepId { get; set; }
Property Value
- int