| SignDocFieldgetLockField Method |
Get the name of a lock field.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getLockField(
int index
)
Public Function getLockField (
index As Integer
) As String
public:
String^ getLockField(
int index
)
member getLockField :
index : int -> string
Parameters
- index
- Type: SystemInt32
0-based index of the lock field.
Return Value
Type:
StringThe name of the selected lock field or an empty string if the index is out of range.
See Also