Class DocumentFiles
The document files properties include document name, page count.
Inheritance
System.Object
DocumentFiles
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentFiles : object
Constructors
| Improve this Doc View SourceDocumentFiles(String, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the DocumentFiles class.
Declaration
public DocumentFiles(string documentName = null, int? order = null, int? pageCount = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | documentName | Gets or Sets DocumentName.. |
System.Nullable<System.Int32> | order | Gets or Sets Order.. |
System.Nullable<System.Int32> | pageCount | Gets or Sets PageCount.. |
Properties
| Improve this Doc View SourceDocumentName
Gets or Sets DocumentName.
Declaration
public string DocumentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or Sets DocumentName. |
Order
Gets or Sets Order of signers.
Declaration
public int? Order { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Gets or Sets Order. |
PageCount
Gets or Sets PageCount for a document file.
Declaration
public int? PageCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Gets or Sets PageCount. |
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 |