Click or drag to resize
SignDocDocumentgetProfiles Method
Get a list of profiles for a signature field.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public string[] getProfiles(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the signature field.

Return Value

Type: String
An array containign the names of all profiles supported by the signature field, excluding the default profile "" which is always available.
See Also