[This is preliminary documentation and is subject to change.]

Gets the help url. When clicked it will take the user to the appropriate help page

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetHelpUrl(
	Constants..::.ToolbarType tt,
	Constants..::.ApplicationType at,
	string helpPage
)
Visual Basic (Declaration)
Public Shared Function GetHelpUrl ( _
	tt As Constants..::.ToolbarType, _
	at As Constants..::.ApplicationType, _
	helpPage As String _
) As String
Visual C++
public:
static String^ GetHelpUrl(
	Constants..::.ToolbarType tt, 
	Constants..::.ApplicationType at, 
	String^ helpPage
)

Parameters

tt
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ToolbarType
The toolbar type
at
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
The application type
helpPage
Type: System..::.String
The help page

Return Value

The help page url

See Also