| SignDocFieldsetLockField Method (Int32, String) |
[Missing <summary> documentation for "M:de.softpro.signdocsdk.SignDocField.setLockField(System.Int32,System.String)"]
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool setLockField(
int index,
string name
)
Public Function setLockField (
index As Integer,
name As String
) As Boolean
public:
bool setLockField(
int index,
String^ name
)
member setLockField :
index : int *
name : string -> bool
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:
Booleantrue if successful.
See Also