Gets the help text.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetHelpText(
	int moduleControlId
)
Visual Basic
Public Shared Function GetHelpText ( 
	moduleControlId As Integer
) As String

Parameters

moduleControlId
Type: System..::..Int32
The module control id.

Return Value

help text.

See Also