Метод | Описание | |
---|---|---|
CancelDocument ( SignatureDocument document, List |
Cancels the document.
|
|
CreateDocument ( SignatureDocumentTemplate documentTemplate, Person appliesTo, Person assignedTo, string documentName, List |
Sends the document.
|
|
GetAccessToken ( bool recreate, string &errorMessage ) : string |
Gets the access token.
|
|
GetDocument ( SignatureDocument document, string folderPath, List |
Gets the document.
|
|
GetInviteLink ( SignatureDocument document, Person recipient, List |
Gets the invite link.
|
|
GetInviteLink ( string documentId, List |
||
GetTemplates ( List |
Gets the templates.
|
|
InitializeAttributeValues ( |
Method that is called before attribute values are updated. Components can override this to perform any needed initialization of attribute values.
|
|
ParseErrors ( Newtonsoft.Json.Linq.JObject jObject ) : List |
||
ResendDocument ( SignatureDocument document, List |
Resends the document.
|
|
UpdateDocumentStatus ( SignatureDocument document, List |
updates the document status
|
|
ValidateAttributeValues ( string &errorMessage ) : bool |
Method that is called when attribute values are updated. Components can override this to perform any needed setup based on current attribute values.
|
public CancelDocument ( SignatureDocument document, List |
||
document | SignatureDocument | The document. |
errors | List |
The errors. |
Результат | bool |
public CreateDocument ( SignatureDocumentTemplate documentTemplate, Person appliesTo, Person assignedTo, string documentName, List |
||
documentTemplate | SignatureDocumentTemplate | Type of the document. |
appliesTo | Person | The applies to. |
assignedTo | Person | The recipient. |
documentName | string | Name of the document. |
errors | List |
The errors. |
sendInvite | bool | if set to |
Результат | string |
public GetAccessToken ( bool recreate, string &errorMessage ) : string | ||
recreate | bool | if set to |
errorMessage | string | The error message. |
Результат | string |
public GetDocument ( SignatureDocument document, string folderPath, List |
||
document | SignatureDocument | The document. |
folderPath | string | The folder path. |
errors | List |
The errors. |
Результат | string |
public GetInviteLink ( SignatureDocument document, Person recipient, List |
||
document | SignatureDocument | The document. |
recipient | Person | The recipient. |
errors | List |
The errors. |
Результат | string |
public GetInviteLink ( string documentId, List |
||
documentId | string | |
errors | List |
|
Результат | string |
public GetTemplates ( List |
||
errors | List |
The errors. |
Результат | string>.Dictionary |
public InitializeAttributeValues ( |
||
request | ||
rootUrl | string | |
Результат | void |
public ParseErrors ( Newtonsoft.Json.Linq.JObject jObject ) : List |
||
jObject | Newtonsoft.Json.Linq.JObject | |
Результат | List |
public ResendDocument ( SignatureDocument document, List |
||
document | SignatureDocument | The document. |
errors | List |
The errors. |
Результат | bool |
public UpdateDocumentStatus ( SignatureDocument document, List |
||
document | SignatureDocument | The document. |
errors | List |
The errors. |
Результат | bool |
public ValidateAttributeValues ( string &errorMessage ) : bool | ||
errorMessage | string | |
Результат | bool |