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)
Usage
Dim msoSyncStatusType1 As MsoSyncStatusType = MsoSyncStatusType.msoSyncStatusConflict
Syntax
Public Enum MsoSyncStatusType
public enum MsoSyncStatusType
public enum class MsoSyncStatusType
public enum MsoSyncStatusType
public enum MsoSyncStatusType
Members
Member name | Description |
---|---|
msoSyncStatusConflict | Both the local and the server copies have changes. |
msoSyncStatusError | An error occurred. Use ErrorType property of Sync object to determine exact error. |
msoSyncStatusLatest | Documents are already in sync. |
msoSyncStatusLocalChanges | Only local copy has changes. |
msoSyncStatusNewerAvailable | Only server copy has changes. |
msoSyncStatusNoSharedWorkspace | No shared workspace. |
msoSyncStatusSuspended | Synchronization was suspended. You can use the Unsuspend method of the Sync object to resume synchronization. |
Remarks
Used with the Status property of the Sync object.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000