| SignDocFieldgetLockField Method |
Get the name of a lock field.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic string getLockField(
int index
)
Parameters
- index
- Type: SystemInt32
0-based index of the lock field.
Return Value
Type:
StringThe name of the selected lock field or an empty string if the index is out of range.
See Also