SharedWorkspace.Refresh MethodÂ
Refreshes the local cache of the SharedWorkspace object's files, folders, links, members, and tasks from the server.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim sharedWorkspace1 As SharedWorkspace
sharedWorkspace1.Refresh()
Syntax
Sub Refresh()
void Refresh();
public: Void Refresh();
public void Refresh();
function Refresh();
Remarks
Use the Refresh method to ensure that you are working with the most up-to-date list of objects and their properties from the shared workspace.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
SharedWorkspace Interface
Microsoft.Office.Core Namespace