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

Saves the quick help profile

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

Syntax

C#
public void SaveQuickHelpProfile(
	Page page,
	Constants..::.ToolbarType tt
)
Visual Basic (Declaration)
Public Sub SaveQuickHelpProfile ( _
	page As Page, _
	tt As Constants..::.ToolbarType _
)
Visual C++
public:
void SaveQuickHelpProfile(
	Page^ page, 
	Constants..::.ToolbarType tt
)

Parameters

page
Type: System.Web.UI..::.Page
tt
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ToolbarType

See Also