Class DocumentFiles
The document files properties include document name, page count.
[DataContract]
public class DocumentFiles
- Inheritance
-
DocumentFiles
- Inherited Members
Constructors
DocumentFiles(string, int?, int?)
Initializes a new instance of the DocumentFiles class.
public DocumentFiles(string documentName = null, int? order = null, int? pageCount = null)
Parameters
documentName
stringGets or Sets DocumentName..
order
int?Gets or Sets Order..
pageCount
int?Gets or Sets PageCount..
Properties
DocumentName
Gets or Sets DocumentName.
[DataMember(Name = "documentName", EmitDefaultValue = false)]
public string DocumentName { get; set; }
Property Value
- string
Gets or Sets DocumentName.
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