DataPA Enterprise Dashboard Controls API Reference
Gets the fully qualified path of the help file.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public static string HelpFile()
Visual Basic
Public Shared Function HelpFile As String
Visual C++
public:
static String^ HelpFile()

Return Value

Type: String
The fully qualified path of the help file.

Remarks