Class TemplateFiles
The document files properties include document name, page count.
[DataContract]
public class TemplateFiles
- Inheritance
-
TemplateFiles
- Inherited Members
Properties
DocumentName
Gets or Sets DocumentName.
[DataMember(Name = "documentName", EmitDefaultValue = false)]
public string DocumentName { get; set; }
Property Value
- string
Gets the value of DocumentName.
Id
Gets or sets the file id.
[DataMember(Name = "id", EmitDefaultValue = false)]
public string Id { get; set; }
Property Value
Order
Gets or Sets Order of signers.
[DataMember(Name = "order", EmitDefaultValue = false)]
public int? Order { get; set; }
Property Value
- int?
Gets or Sets Order.
PageCount
Gets or Sets PageCount for a document file.
[DataMember(Name = "pageCount", EmitDefaultValue = false)]
public int? PageCount { get; set; }
Property Value
- int?
Gets or Sets PageCount.
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.