ISPWTool.Refresh Method
Updates the metadata describing the tool and the tool context, including information about the workspace and workspace members.
Namespace: Microsoft.Office.SharePointWorkspace.AddIn
Assembly: Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)
Syntax
'Declaration
Sub Refresh
'Usage
Dim instance As ISPWTool
instance.Refresh()
void Refresh()
Remarks
When the tool is initialized, it gets the current context information, including the tool name, current user, workspace metadata, and membership information. If any of this information changes, the data available to the tool is not updated until you call this method. For example, if a new member is invited to the workspace, this member does not appear in the add-in member list until you call this method.