Méthode | Description | |
---|---|---|
CancelDocument ( SignatureDocument document, List |
Cancels the document.
|
|
CreateDocument ( SignatureDocumentTemplate documentType, Person appliesTo, Person assignedTo, string documentName, List |
Abstract method for requesting a document be sent to recipient for signature
|
|
GetDocument ( SignatureDocument document, string folderPath, List |
Gets the document.
|
|
GetInviteLink ( SignatureDocument document, Person recipient, List |
Gets the invite link.
|
|
GetInviteLink ( string documentId, List |
Gets the invite link.
|
|
GetTemplates ( List |
Gets the templates.
|
|
ResendDocument ( SignatureDocument document, List |
Resends the document.
|
|
UpdateDocumentStatus ( SignatureDocument document, List |
Updates the document status
|
public abstract CancelDocument ( SignatureDocument document, List |
||
document | SignatureDocument | The document. |
errors | List |
The errors. |
Résultat | bool |
public abstract CreateDocument ( SignatureDocumentTemplate documentType, Person appliesTo, Person assignedTo, string documentName, List |
||
documentType | SignatureDocumentTemplate | Type of the document. |
appliesTo | Person | The applies to. |
assignedTo | Person | The assigned to. |
documentName | string | Name of the document. |
errors | List |
The errors. |
sendInvite | bool | if set to |
Résultat | string |
public abstract GetDocument ( SignatureDocument document, string folderPath, List |
||
document | SignatureDocument | The document. |
folderPath | string | The folder path. |
errors | List |
The errors. |
Résultat | string |
public abstract GetInviteLink ( SignatureDocument document, Person recipient, List |
||
document | SignatureDocument | The document. |
recipient | Person | The recipient. |
errors | List |
The errors. |
Résultat | string |
public abstract GetInviteLink ( string documentId, List |
||
documentId | string | The document identifier. |
errors | List |
The errors. |
Résultat | string |
public abstract GetTemplates ( List |
||
errors | List |
The errors. |
Résultat | string>.Dictionary |
public abstract ResendDocument ( SignatureDocument document, List |
||
document | SignatureDocument | The document. |
errors | List |
The errors. |
Résultat | bool |
public abstract UpdateDocumentStatus ( SignatureDocument document, List |
||
document | SignatureDocument | The document. |
errors | List |
The errors. |
Résultat | bool |