Table of Contents

Class GroupSignerSettings

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

Represents the contact groups settings data for group signers.

public class GroupSignerSettings
Inheritance
GroupSignerSettings
Inherited Members

Properties

AllowedDirectories

Gets the allowed directories.

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

Property Value

List<string>

Enabled

Gets a value indicating whether it is enabled for adding new group signer recipients in embedded page.

[DataMember(Name = "enabled", EmitDefaultValue = false)]
[JsonProperty("enabled")]
public bool Enabled { get; set; }

Property Value

bool