PropertyHandle :: SetVersion - Set instance version to be provided by the collection handle
The function allows changing the version for a property handle. This allows providing older instance versions that are stored for the instance selected.
Passing CUR_VERSION will reset the version to the current version for the property handle.
In contrast to SetInstanceVersion() SetVersion() will also change versions for indexes.
Return value: - Title unknown ( uint32 )
Implementation overview
- - internal feature (not documented)
PropertyHandle :: SetVersion ( datetime ) - - internal feature (not documented)
PropertyHandle :: SetVersion ( version_number=ULONGMAX, inst_only=NO )
Implementation details
-
- internal feature (not documented)
uint32 PropertyHandle  :: SetVersion ( dttm datetime )
- datetime - Date time value
to list
-
- internal feature (not documented)
uint32 PropertyHandle  :: SetVersion ( uint32 version_number=ULONGMAX, uint8 inst_only=NO )
- version_number
- - Title unknown
Default: ULONGMAX
- inst_only
- Version setting options
0 - set version for scope and indexes
1 - set version for scope, only
2 - set version recursive (for scope and indexes)
3 - set version recursive (excluding top index)
Default: NO
to list
- version_number
- - Title unknown
Default: ULONGMAX