Share via


Sync Object Members

The Sync property of the Document object in Microsoft Office Word 2003 or Microsoft Office Word 2007, the Workbook object in Microsoft Office Excel 2003 or Microsoft Office Excel 2007, and the Presentation object in Microsoft PowerPoint 2003 or Microsoft Office PowerPoint 2007 returns a Sync object.

Methods

  Name Description
Aa433498.methods(en-us,office.12).gif GetUpdate Compares the local version of the shared document to the version on the server.
Aa433498.methods(en-us,office.12).gif OpenVersion Opens a different version of the shared document alongside the currently open local version.
Aa433498.methods(en-us,office.12).gif PutUpdate Updates the server copy of the shared document with the local copy.
Aa433498.methods(en-us,office.12).gif ResolveConflict Resolves conflicts between the local and the server copies of a shared document.
Aa433498.methods(en-us,office.12).gif Unsuspend Resumes synchronization between the local copy and the server copy of a shared document.

Properties

  Name Description
Aa433498.properties(en-us,office.12).gif Application Gets an Application object that represents the container application for the Sync object (you can use this property with an Automation object to return that object's container application). Read-only.
Aa433498.properties(en-us,office.12).gif Creator Gets a 32-bit integer that indicates the application in which the Sync object was created. Read-only.
Aa433498.properties(en-us,office.12).gif ErrorType Gets a MsoSyncErrorType constant which indicates the type of the most recent document synchronization error. Read-only.
Aa433498.properties(en-us,office.12).gif LastSyncTime Gets the date and time when the local copy of the active document was last synchronized with the server copy. Read-only.
Aa433498.properties(en-us,office.12).gif Parent Gets the Parent object for the Sync object. Read-only.
Aa433498.properties(en-us,office.12).gif Status Gets the status of the synchronization of the local copy of the active document with the server copy. Read-only.
Aa433498.properties(en-us,office.12).gif WorkspaceLastChangedBy Displays the display name of the user who last saved changes to the server copy of a shared document. Read-only.