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.7023.29499
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. If flag SignDocDocument.f_keep_escape_sequences is set, the string may contain escape sequences for selecting natural languages.
See Also