Class GetFormFieldMetadataArguments
Parameters of the command to get form of a form field.
public class GetFormFieldMetadataArguments
- Inheritance
-
objectGetFormFieldMetadataArguments
- Derived
- Extension Methods
Properties
Name
Name of the field.
[JsonInclude]
public string Name { get; }
Property Value
- string
SubForms
Dictionary containing names of the subforms with component name and their values.
[JsonInclude]
public Dictionary<string, Dictionary<string, JsonElement>> SubForms { get; }
Property Value
- Dictionary<string, Dictionary<string, JsonElement>>