SIGSignatureDelegation::find Method
Finds record in the SIGSignatureDelegation table based on the provided parameters.
Syntax
client server public static SIGSignatureDelegation find(
SIGSigneeId _signee,
SIGSigneeId _signFor,
[boolean _forUpdate])
Run On
Called
Parameters
- _signee
Type: SIGSigneeId Extended Data Type
- _signFor
Type: SIGSigneeId Extended Data Type
- _forUpdate
Type: boolean
Return Value
Type: SIGSignatureDelegation Table
A SIGSignatureDelegation record, if found.