Gets the signature field with the specified name.

<void> SignatureFieldCollection.getItemByName(<RequestSignatureFieldCallback> callback, [<ErrorCallback> errorCallback], <string> name)

Parameters

Parameter Description
callback Receives the requested signature field or null if no signature field with the specified name exists.
errorCallback Optional. Is called when the operation failed with an error.
name The signature field's name.