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

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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