| SignDocDocumentgetProfiles Method |
Get a list of profiles for a signature field.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string[] getProfiles(
string fieldName
)
Public Function getProfiles (
fieldName As String
) As String()
public:
array<String^>^ getProfiles(
String^ fieldName
)
member getProfiles :
fieldName : string -> string[]
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