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 | |
---|---|---|
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Application | Returns an Application object that represents the container application for the object. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
ErrorType | Returns a constant which indicates the type of the most recent document synchronization error. |
![]() |
LastSyncTime | Returns the date and time when the local copy of the active document was last synchronized with the server copy. |
![]() |
Parent | Returns the Parent object for the specified object. |
![]() |
Status | Returns the status of the synchronization of the local copy of the active document with the server copy. |
![]() |
WorkspaceLastChangedBy | Displays the friendly name of the user who last saved changes to the server copy of a shared document. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetUpdate | Compares the local version of the shared document to the version on the server. |
![]() |
OpenVersion | Opens a different version of the shared document alongside the currently open local version. |
![]() |
PutUpdate | Updates the server copy of the shared document with the local copy. |
![]() |
ResolveConflict | Resolves conflicts between the local and the server copies of a shared document. |
![]() |
Unsuspend | Resumes synchronization between the local copy and the server copy of a shared document. |
Top