Class EditTemplateRequest
Edit template request DTO.
Inheritance
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class EditTemplateRequest : object
Constructors
| Improve this Doc View SourceEditTemplateRequest(String)
Initializes a new instance of the EditTemplateRequest class.
Declaration
public EditTemplateRequest(string templateId)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateId | Gets or sets the template id. |
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.Nullable<System.Boolean> |
AllowNewFiles
Gets or sets a value indicating whether the allow message allow new file option is enabled or disabled.
Declaration
public bool? AllowNewFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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.Nullable<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.Nullable<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.Nullable<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.Nullable<System.Boolean> |
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 values.
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> |
TemplateId
Gets or sets the template Id.
Declaration
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the templateId id. |
TemplateLabels
Gets or sets the template labels.
Declaration
public IEnumerable<string> TemplateLabels { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |
Title
Gets or sets title for the Template request.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |