Sync.Status Property

Definition

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:

  1. msoSyncStatusNoSharedWorkspace
  2. msoSyncStatusError
  3. msoSyncStatusSuspended
  4. msoSyncStatusConflict
  5. msoSyncStatusNewerAvailable
  6. msoSyncStatusLocalChanges
  7. msoSyncStatusLatest

Applies to