company logo

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

Implementation details

  1. - internal feature (not documented)
    uint32 PropertyHandle  :: SetVersion ( dttm datetime )
    • datetime - Date time value
  2. to list
  3. - 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
  4. to list