[This is preliminary documentation and is subject to change.]
Saves the quick help profile
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: 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