Table of Contents

Class CollaborationSettings

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

Collaboration settings for form fields .

[DataContract]
public class CollaborationSettings
Inheritance
CollaborationSettings
Inherited Members

Properties

AllowedSigners

Gets or sets the list of recipient's Ids who can collaborate on editing this field.

[DataMember(Name = "allowedSigners", EmitDefaultValue = false)]
public List<string> AllowedSigners { get; set; }

Property Value

List<string>

IsRequired

Gets or sets a value indicating whether is required or not for collaborated signers.

[DataMember(Name = "isRequired", EmitDefaultValue = false)]
public bool? IsRequired { get; set; }

Property Value

bool?

RequireInitial

Gets or sets a value whether the initials field is required or not when editing collaborative fields.

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

Property Value

bool?

RequireSignerApproval

Gets or sets a value indicating whether the field should require signer approval or not.

[DataMember(Name = "requireSignerApproval", EmitDefaultValue = false)]
public bool? RequireSignerApproval { get; set; }

Property Value

bool?