Class ViewBrandDetails
The branding details model.
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ViewBrandDetails : object
Properties
| Improve this Doc View SourceAllowCustomFieldCreation
Gets or sets a value indicating whether custom fields are allowed to create.
Declaration
public bool AllowCustomFieldCreation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BackgroundColor
Gets or sets the background color.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BrandLogo
Gets or sets the brand logo.
Declaration
public string BrandLogo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BrandName
Gets or sets the brand name.
Declaration
public string BrandName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ButtonColor
Gets or sets the button color.
Declaration
public string ButtonColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ButtonTextColor
Gets or sets the button text color.
Declaration
public string ButtonTextColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CanHideTagLine
Gets or sets a value indicating whether can hide tag line.
Declaration
public bool CanHideTagLine { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CombineAuditTrail
Gets or sets a value indicating whether combine audit trial enable or not.
Declaration
public bool CombineAuditTrail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CustomDomainSettings
Gets or sets the custom domain settings.
Declaration
public CustomDomainSettings CustomDomainSettings { get; set; }
Property Value
Type | Description |
---|---|
CustomDomainSettings |
DisclaimerDescription
Gets or sets the disclaimer description.
Declaration
public string DisclaimerDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisclaimerTitle
Gets or sets the disclaimer title.
Declaration
public string DisclaimerTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentExpirySettings
Gets or sets the document expiry settings.
Declaration
public DocumentExpirySettings DocumentExpirySettings { get; set; }
Property Value
Type | Description |
---|---|
DocumentExpirySettings |
DocumentTimeZone
Gets or sets a value indicating time zone of the document.
Declaration
public string DocumentTimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailDisplayName
Gets or sets the email display name.
Declaration
public string EmailDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.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.
Declaration
public EmailSignedDocument EmailSignedDocument { get; set; }
Property Value
Type | Description |
---|---|
EmailSignedDocument |
ExcludeAuditTrailFromEmail
Gets or sets a value indicating whether exclude audit trial from email enable or not.
Declaration
public bool ExcludeAuditTrailFromEmail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HideDecline
Gets or sets a value indicating whether to hide decline.
Declaration
public bool HideDecline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HideSave
Gets or sets a value indicating whether to hide save.
Declaration
public bool HideSave { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the brand id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsDefault
Gets or sets a value indicating whether is default.
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDomainVerified
Gets or sets a value indicating whether the domain is verified.
Declaration
public bool IsDomainVerified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RedirectUrl
Gets or sets the redirect url.
Declaration
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowBuiltInFormFields
Gets or sets a value indicating whether standard fields can be viewed or not.
Declaration
public bool ShowBuiltInFormFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSharedCustomFields
Gets or sets a value indicating whether shared fields can be viewed or not.
Declaration
public bool ShowSharedCustomFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |