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


Version of the file in the local cache, based on the date of the file passed to the IEdmBatchListing::AddFile method.

Syntax

Visual Basic 
Public mlLocalVersion As System.Integer
C# 
public System.int mlLocalVersion
C++/CLI 
public:
System.int mlLocalVersion

Field Value

Version of the file in the local cache or 0 if the date of the version of the file in local cache passed to IEdmBatchListing::AddFile doesn’t match any version of the file in the vault

See Also