Table of Contents

Class FormFieldPermission

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

The form field permissions options.

[DataContract]
public class FormFieldPermission
Inheritance
FormFieldPermission
Inherited Members

Properties

CanAdd

Gets or sets a value indicating whether to can add form fields to signer while sending a template.

[DataMember(Name = "canAdd", EmitDefaultValue = true)]
public bool CanAdd { get; set; }

Property Value

bool

CanModify

Gets or sets a value indicating whether to can modify form fields while sending a template.

[DataMember(Name = "canModify", EmitDefaultValue = true)]
public bool CanModify { get; set; }

Property Value

bool

CanModifyDefaultValue

Gets or sets a value indicating whether to can modify the default values of form fields while sending a template.

[DataMember(Name = "canModifyDefaultValue", EmitDefaultValue = false)]
public bool CanModifyDefaultValue { get; set; }

Property Value

bool