Class ResetForm

This class represents a ResetForm action.

Inheritance
ResetForm
Namespace: PSPDFKit.Sdk.Models.Annotation.Actions
Assembly: Sdk.dll
Syntax
public sealed class ResetForm : ActionBase

Constructors

| Edit this page View Source

ResetForm(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 Source

Fields

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>
| Edit this page View Source

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