Table of Contents

Class BrandSettings

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Brand Settings.

[DataContract]
public class BrandSettings
Inheritance
BrandSettings
Inherited Members

Properties

AllowCustomFieldCreation

Gets or sets a value indicating whether custom fields are allowed to create.

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

Property Value

bool

BackgroundColor

Gets or sets the background color.

[DataMember(Name = "backgroundColor", EmitDefaultValue = true)]
public string BackgroundColor { get; set; }

Property Value

string

Gets or sets the brand logo.

[DataMember(Name = "brandLogo", EmitDefaultValue = true)]
public IImageFile BrandLogo { get; set; }

Property Value

IImageFile

BrandName

Gets or sets the brand name.

[DataMember(Name = "brandName", EmitDefaultValue = true)]
public string BrandName { get; set; }

Property Value

string

ButtonColor

Gets or sets the button color.

[DataMember(Name = "buttonColor", EmitDefaultValue = true)]
public string ButtonColor { get; set; }

Property Value

string

ButtonTextColor

Gets or sets the button text color.

[DataMember(Name = "buttonTextColor", EmitDefaultValue = true)]
public string ButtonTextColor { get; set; }

Property Value

string

CanHideTagLine

Gets or sets a value indicating whether can hide tag line.

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

Property Value

bool

CombineAuditTrail

Gets or sets a value indicating whether combine audit trail can be enabled or not.

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

Property Value

bool

CustomDomainSettings

Gets or sets the custom domain settings.

[DataMember(Name = "customDomainSettings", EmitDefaultValue = true)]
public CustomDomainSettings CustomDomainSettings { get; set; }

Property Value

CustomDomainSettings

DisclaimerDescription

Gets or sets the disclaimer description.

[DataMember(Name = "disclaimerDescription", EmitDefaultValue = true)]
public string DisclaimerDescription { get; set; }

Property Value

string

DisclaimerTitle

Gets or sets the disclaimer title.

[DataMember(Name = "disclaimerTitle", EmitDefaultValue = true)]
public string DisclaimerTitle { get; set; }

Property Value

string

DocumentExpirySettings

Gets or sets the document expiry settings.

[DataMember(Name = "documentExpirySettings", EmitDefaultValue = true)]
public DocumentExpirySettings DocumentExpirySettings { get; set; }

Property Value

DocumentExpirySettings

DocumentTimeZone

Gets or sets a value indicating time zone of the document and it should be specified in UTC offset format. For example, +05:00, −02:30.

[DataMember(Name = "documentTimeZone", EmitDefaultValue = true)]
public string DocumentTimeZone { get; set; }

Property Value

string

EmailDisplayName

Gets or sets the email display name.

[DataMember(Name = "emailDisplayName", EmitDefaultValue = true)]
public string EmailDisplayName { get; set; }

Property Value

string

EmailSignedDocument

Gets or sets a value indicating delivery of the signed document in email as attachment or link to view and download the document.

[DataMember(Name = "emailSignedDocument", EmitDefaultValue = true)]
public EmailSignedDocument EmailSignedDocument { get; set; }

Property Value

EmailSignedDocument

ExcludeAuditTrailFromEmail

Gets or sets a value indicating whether exclude audit trail from email can be enabled or not.

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

Property Value

bool

HideDecline

Gets or sets a value indicating whether to hide decline.

[DataMember(Name = "hideDecline", EmitDefaultValue = true)]
public bool? HideDecline { get; set; }

Property Value

bool?

HideSave

Gets or sets a value indicating whether to hide save.

[DataMember(Name = "hideSave", EmitDefaultValue = true)]
public bool? HideSave { get; set; }

Property Value

bool?

IsDefault

Gets or sets a value indicating whether is default.

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

Property Value

bool

RedirectUrl

Gets or sets the redirect url.

[DataMember(Name = "redirectUrl", EmitDefaultValue = true)]
public string RedirectUrl { get; set; }

Property Value

string

ShowBuiltInFormFields

Gets or sets a value indicating whether standard fields can be viewed or not.

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

Property Value

bool

ShowSharedCustomFields

Gets or sets a value indicating whether shared fields can be viewed or not.

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

Property Value

bool

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.