Click or drag to resize
SignDocFieldsetLockField Method (Int32, String)

[Missing <summary> documentation for "M:de.softpro.signdocsdk.SignDocField.setLockField(System.Int32,System.String)"]

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool setLockField(
	int index,
	string name
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:de.softpro.signdocsdk.SignDocField.setLockField(System.Int32,System.String)"]

name
Type: SystemString
The name of the lock field to be set.

Return Value

Type: Boolean
true if successful.
See Also