Table of Contents

Class GroupSignerSettings

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Represents the group signer settings for group signers.

[DataContract]
public class GroupSignerSettings
Inheritance
GroupSignerSettings
Inherited Members

Properties

AllowedDirectories

Gets or sets the allowed directories.

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

Property Value

List<string>

Enabled

Gets or sets a value indicating whether it is enabled for adding group signers.

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

Property Value

bool