Class FormFieldPermission
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
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
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; }