| SignDocDocumentgetField Method |
Get an interactive field by name.
There is a setFlags() flag modifying the behavior of this function:
AmbiguousButtonValueEmpty.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic SignDocField getField(
string name
)
Public Function getField (
name As String
) As SignDocField
public:
SignDocField^ getField(
String^ name
)
member getField :
name : string -> SignDocField
Parameters
- name
- Type: SystemString
The fully-qualified name of the field.
Return Value
Type:
SignDocField The selected field.
See Also