Class SharedTemplateDetail
The shared template details have functions that define the team id, access type of shared template.
Inheritance
System.Object
SharedTemplateDetail
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class SharedTemplateDetail : object
Constructors
| Improve this Doc View SourceSharedTemplateDetail(String, TemplateAccessType)
Initializes a new instance of the SharedTemplateDetail class.
Declaration
public SharedTemplateDetail(string teamId = null, TemplateAccessType accessType = (TemplateAccessType)0)
Parameters
Type | Name | Description |
---|---|---|
System.String | teamId | Gets or sets shared template's teamId.. |
TemplateAccessType | accessType | Gets or sets shared template's access Type.. |
Properties
| Improve this Doc View SourceAccessType
Gets or sets recipient Access Type.
Declaration
public TemplateAccessType AccessType { get; set; }
Property Value
Type | Description |
---|---|
TemplateAccessType | Gets the value of recipient Access Type. |
TeamId
Gets or sets recipient Team Id.
Declaration
public string TeamId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of recipient Team Id. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |