Sync Members

Include Protected Members
Include Inherited Members

Use the Sync object to manage the synchronization of the local and server copies of a shared document stored in a Windows SharePoint Services document workspace.

The Sync type exposes the following members.

Properties

  Name Description
Public property Application (Inherited from _IMsoDispObj.)
Public property Application Returns an Application object that represents the container application for the object.
Public property Creator (Inherited from _IMsoDispObj.)
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property ErrorType Returns a constant which indicates the type of the most recent document synchronization error.
Public property LastSyncTime Returns the date and time when the local copy of the active document was last synchronized with the server copy.
Public property Parent Returns the Parent object for the specified object.
Public property Status Returns the status of the synchronization of the local copy of the active document with the server copy.
Public property WorkspaceLastChangedBy Displays the friendly name of the user who last saved changes to the server copy of a shared document.

Top

Methods

  Name Description
Public method GetUpdate Compares the local version of the shared document to the version on the server.
Public method OpenVersion Opens a different version of the shared document alongside the currently open local version.
Public method PutUpdate Updates the server copy of the shared document with the local copy.
Public method ResolveConflict Resolves conflicts between the local and the server copies of a shared document.
Public method Unsuspend Resumes synchronization between the local copy and the server copy of a shared document.

Top

See Also

Reference

Sync Interface

Microsoft.Office.Core Namespace