Click or drag to resize
SignDocFieldgetLockField Method
Get the name of a lock field.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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