Class CreateTemplateRequest
create template request DTO.
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class CreateTemplateRequest : object, ITextTags, IDocumentUpload
Properties
| Improve this Doc View SourceAllowMessageEditing
Gets or sets a value indicating whether the allow message editing option is enabled or disabled.
Declaration
public bool AllowMessageEditing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowModifyFiles
Gets or sets a value indicating whether to allow senders to replace or delete files.
Declaration
public bool AllowModifyFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowNewFiles
Gets or sets list of allow new files.
Declaration
public bool AllowNewFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowNewRoles
Gets or sets a value indicating whether the allow message allow new role option is enabled or disabled.
Declaration
public bool AllowNewRoles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoDetectFields
Gets or sets a value indicating whether to AutoDetect Fields for the document signer.
Declaration
public bool AutoDetectFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BrandId
Gets or sets the brandId.
Declaration
public string BrandId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CC
Gets or sets Template CC.
Declaration
public IEnumerable<DocumentCC> CC { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<DocumentCC> |
Description
Gets or sets template description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentInfo
Gets or sets a documentInfo.
Declaration
public IEnumerable<DocumentInfo> DocumentInfo { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<DocumentInfo> |
DocumentMessage
Gets or sets document message or description.
Declaration
public string DocumentMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentTitle
Gets or sets document title.
Declaration
public string DocumentTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnablePrintAndSign
Gets or sets a value indicating whether the enable print and sign value option is enabled or disabled.
Declaration
public bool EnablePrintAndSign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableReassign
Gets or sets a value indicating whether the enable reassign value option is enabled or disabled.
Declaration
public bool EnableReassign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableSigningOrder
Gets or sets a value indicating whether the enable signing order value option is enabled or disabled.
Declaration
public bool EnableSigningOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Files
Gets or sets list of files.
Declaration
public List<IDocumentFile> Files { get; set; }
Property Value
Type | Description |
---|---|
List<IDocumentFile> |
FileUrls
Gets or sets the FileUrl.
Declaration
public List<Uri> FileUrls { get; set; }
Property Value
Type | Description |
---|---|
List<Uri> |
Labels
Gets or sets the document labels.
Declaration
public IEnumerable<string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |
OnBehalfOf
Gets or sets the on behalf of email.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecipientNotificationSettings
Gets or sets the Recipient Notification Settings.
Declaration
public RecipientNotificationSettings RecipientNotificationSettings { get; set; }
Property Value
Type | Description |
---|---|
RecipientNotificationSettings |
Roles
Gets or sets the Roles details.
Declaration
public IEnumerable<TemplateRole> Roles { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<TemplateRole> |
TemplateLabels
Gets or sets the template labels.
Declaration
public IEnumerable<string> TemplateLabels { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |
TextTagDefinitions
Gets or sets the text tags definitions declared in the list can be used in the document by using the definition ID.
Declaration
public List<TextTagDefinition> TextTagDefinitions { get; set; }
Property Value
Type | Description |
---|---|
List<TextTagDefinition> |
Title
Gets or sets title for the Template request.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseTextTags
Gets or sets a value indicating whether to convert the text tags to form fields.
Declaration
public bool UseTextTags { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |