SOLIDWORKS PDM Professional API Help Send Feedback
mbUseLatestVersion Field
See Also 
EPDM.Interop.epdm Namespace > EdmCopyTreeOptions Structure : mbUseLatestVersion Field


Whether to copy the latest versions of files.

Syntax

Visual Basic 
Public mbUseLatestVersion As System.Short
C# 
public System.short mbUseLatestVersion
C++/CLI 
public:
System.short mbUseLatestVersion

Field Value

-1 or VARIANT_TRUE to copy the latest versions of files, 0 or VARIANT_FALSE to copy referenced versions

See Also