Click or drag to resize
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
Syntax
C#
public string getLockField(
	int index
)

Parameters

index
Type: SystemInt32
0-based index of the lock field.

Return Value

Type: String
The name of the selected lock field or an empty string if the index is out of range.
See Also