Class TemplateTag
The Add and Delete tag model.
Inheritance
System.Object
TemplateTag
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class TemplateTag : object
Properties
| Improve this Doc View SourceDocumentLabels
Gets or sets the Tag's Name.
Declaration
public List<string> DocumentLabels { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
OnBehalfOf
Gets or sets the on behalf of email.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateId
Gets or sets the template id.
Declaration
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateLabels
Gets or sets the Tag's Name.
Declaration
public List<string> TemplateLabels { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |