Class ViewBrandDetails
The branding details model.
[DataContract]
public class ViewBrandDetails
- Inheritance
-
ViewBrandDetails
- Derived
- 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
BackgroundColor
Gets or sets the background color.
[DataMember(Name = "backgroundColor", EmitDefaultValue = true)]
public string BackgroundColor { get; set; }
Property Value
BrandLogo
Gets or sets the brand logo.
[DataMember(Name = "brandLogo", EmitDefaultValue = true)]
public string BrandLogo { get; set; }
Property Value
BrandName
Gets or sets the brand name.
[DataMember(Name = "brandName", EmitDefaultValue = true)]
public string BrandName { get; set; }
Property Value
ButtonColor
Gets or sets the button color.
[DataMember(Name = "buttonColor", EmitDefaultValue = true)]
public string ButtonColor { get; set; }
Property Value
ButtonTextColor
Gets or sets the button text color.
[DataMember(Name = "buttonTextColor", EmitDefaultValue = true)]
public string ButtonTextColor { get; set; }
Property Value
CanHideTagLine
Gets or sets a value indicating whether can hide tag line.
[DataMember(Name = "canHideTagLine", EmitDefaultValue = true)]
public bool CanHideTagLine { get; set; }
Property Value
CombineAuditTrail
Gets or sets a value indicating whether combine audit trial enable or not.
[DataMember(Name = "combineAuditTrail", EmitDefaultValue = true)]
public bool CombineAuditTrail { get; set; }
Property Value
CustomDomainSettings
Gets or sets the custom domain settings.
[DataMember(Name = "customDomainSettings", EmitDefaultValue = true)]
public CustomDomainSettings CustomDomainSettings { get; set; }
Property Value
DisclaimerDescription
Gets or sets the disclaimer description.
[DataMember(Name = "disclaimerDescription", EmitDefaultValue = true)]
public string DisclaimerDescription { get; set; }
Property Value
DisclaimerTitle
Gets or sets the disclaimer title.
[DataMember(Name = "disclaimerTitle", EmitDefaultValue = true)]
public string DisclaimerTitle { get; set; }
Property Value
DocumentExpirySettings
Gets or sets the document expiry settings.
[DataMember(Name = "documentExpirySettings", EmitDefaultValue = true)]
public DocumentExpirySettings DocumentExpirySettings { get; set; }
Property Value
DocumentTimeZone
Gets or sets a value indicating time zone of the document.
[DataMember(Name = "documentTimeZone", EmitDefaultValue = true)]
public string DocumentTimeZone { get; set; }
Property Value
EmailDisplayName
Gets or sets the email display name.
[DataMember(Name = "emailDisplayName", EmitDefaultValue = true)]
public string EmailDisplayName { get; set; }
Property Value
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
ExcludeAuditTrailFromEmail
Gets or sets a value indicating whether exclude audit trial from email enable or not.
[DataMember(Name = "excludeAuditTrailFromEmail", EmitDefaultValue = true)]
public bool ExcludeAuditTrailFromEmail { get; set; }
Property Value
HideDecline
Gets or sets a value indicating whether to hide decline.
[DataMember(Name = "hideDecline", EmitDefaultValue = true)]
public bool HideDecline { get; set; }
Property Value
HideSave
Gets or sets a value indicating whether to hide save.
[DataMember(Name = "hideSave", EmitDefaultValue = true)]
public bool HideSave { get; set; }
Property Value
Id
Gets or sets the brand id.
[DataMember(Name = "brandId", EmitDefaultValue = true)]
public string Id { get; set; }
Property Value
IsDefault
Gets or sets a value indicating whether is default.
[DataMember(Name = "isDefault", EmitDefaultValue = true)]
public bool IsDefault { get; set; }
Property Value
IsDomainVerified
Gets or sets a value indicating whether the domain is verified.
[DataMember(Name = "isDomainVerified", EmitDefaultValue = true)]
public bool IsDomainVerified { get; set; }
Property Value
RedirectUrl
Gets or sets the redirect url.
[DataMember(Name = "redirectUrl", EmitDefaultValue = true)]
public string RedirectUrl { get; set; }
Property Value
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
ShowSharedCustomFields
Gets or sets a value indicating whether shared fields can be viewed or not.
[DataMember(Name = "showSharedCustomFields", EmitDefaultValue = true)]
public bool ShowSharedCustomFields { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.