MsoSyncStatusType Enumeration
Specifies the status of the synchronization of the local copy of the active document with the server copy.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoSyncStatusType
'Usage
Dim instance As MsoSyncStatusType
public enum MsoSyncStatusType
Members
Member name | Description | |
---|---|---|
msoSyncStatusNoSharedWorkspace | No shared workspace. | |
msoSyncStatusNotRoaming | No syncronization is needed. | |
msoSyncStatusLatest | Documents are already in sync. | |
msoSyncStatusNewerAvailable | Only server copy has changes. | |
msoSyncStatusLocalChanges | Only local copy has changes. | |
msoSyncStatusConflict | Both the local and the server copies have changes. | |
msoSyncStatusSuspended | Synchronization was suspended. You can use the Unsuspend method of the Sync object to resume synchronization. | |
msoSyncStatusError | An error occurred. Use ErrorType property of Sync object to determine exact error. |
Remarks
Used with the Status property of the Sync object.