MtgUtility.GetOpenToolPaneQuery Method
Creates a query that is used in rendering tool parts on a SharePoint Foundation page.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetOpenToolPaneQuery ( _
page As Page _
) As String
'Usage
Dim page As Page
Dim returnValue As String
returnValue = MtgUtility.GetOpenToolPaneQuery(page)
public static string GetOpenToolPaneQuery(
Page page
)
Parameters
page
Type: System.Web.UI.PagePage object that contains the SPWebPartManager object on which to base the query.
Return Value
Type: System.String
The query that will display a new tool part or SharePoint Foundation page.
Remarks
When a tool part is rendered, or when a page is updated, this method is called to create a query that performs the following actions: it ensures that the HTTP Request Form is not in design mode before reordering page contents, moves global and local page contents to newly specified positions on the form, and adds the navigation bar to the form.