Table of Contents

Class CustomDomainSettings

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

Represents custom domain settings.

public class CustomDomainSettings
Inheritance
CustomDomainSettings
Inherited Members

Properties

DomainName

Gets or sets the domain name.

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

Property Value

string

FromName

Gets or sets the from name.

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

Property Value

string