Class ResetForm
This class represents a ResetForm action.
Namespace: PSPDFKit.Sdk.Models.Annotation.Actions
Assembly: Sdk.dll
Syntax
public sealed class ResetForm : ActionBase
Constructors
| Edit this page View SourceResetForm(IList<string>)
The list of Fields to reset.
Declaration
public ResetForm(IList<string> fields)
Parameters
Type | Name | Description |
---|---|---|
IList<string> | fields |
Properties
| Edit this page View SourceFields
The names of the fields that should be reset.
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public IList<string> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IncludeExclude
If true, Fields specifies which fields not to reset.
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public bool IncludeExclude { get; set; }
Property Value
Type | Description |
---|---|
bool |