Gets the signature field with the specified name.
<void> SignatureFieldCollection.getItemByName(<RequestSignatureFieldCallback> callback, [<ErrorCallback> errorCallback], <string> name)
Parameter | Description |
---|---|
callback | Receives the requested signature field or null if no signature field with the specified name exists. |
error |
Optional. Is called when the operation failed with an error. |
name | The signature field's name. |