Sync.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the status of the synchronization of the local copy of the active document with the server copy.
public:
property Microsoft::Office::Core::MsoSyncStatusType default { Microsoft::Office::Core::MsoSyncStatusType get(); };
public Microsoft.Office.Core.MsoSyncStatusType this { get; }
member this.Status : Microsoft.Office.Core.MsoSyncStatusType
Default Public ReadOnly Property Status As MsoSyncStatusType
Property Value
Remarks
Use the Status property to determine whether the local copy of the active document is synchronized with the shared server copy. Use the GetUpdate() method to refresh the status. Use the following methods and properties when appropriate to respond to various status conditions:
The Status property returns a single MsoSyncStatusType constant from the list in the following order of precedence:
- msoSyncStatusNoSharedWorkspace
- msoSyncStatusError
- msoSyncStatusSuspended
- msoSyncStatusConflict
- msoSyncStatusNewerAvailable
- msoSyncStatusLocalChanges
- msoSyncStatusLatest