PublicFunctions: GetCollectionVersion

GetCollectionVersion

Returns the collection version for a collection that implements IVersionable.



 Public Function GetCollectionVersion(
	  ByVal Obj As Object ) As Long

Parameters

Obj
[ByVal] Object. The collection to retrieve the version from.

Return Values

Long -  The collection version.

Remark

The collection must maintain its own versioning.

This method does not throw an exception for unsupported values.

See Also

Project CorLib Overview

Class PublicFunctions Overview