MsoSyncVersionType Enumeration

Specifies which version of a shared document to open alongside the currently open local version.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoSyncVersionType
'Usage
Dim instance As MsoSyncVersionType
public enum MsoSyncVersionType

Members

Member name Description
msoSyncVersionLastViewed Opens the copy of the document that is created whenever the user overwrites the local copy with the server copy.
msoSyncVersionServer Opens the server version.

See Also

Reference

Microsoft.Office.Core Namespace