IsCurrentVersion property
Returns whether this is the current version of a versioned file.
Syntax
C++
HRESULT get_IsCurrentVersion(VARIANT_BOOL*
pIsCurrentVersion)
Scripting languages
Boolean = object.IsCurrentVersion
Legal values
Value |
Description |
TRUE |
The version is the current version of the file. |
FALSE |
The version is not the current version of the file. |
|