RepositoryObjectVersion ResolutionType Property

Meta Data Services Programming

Meta Data Services Programming

RepositoryObjectVersion ResolutionType Property

This property indicates the resolution technique by which the repository engine selected a reference to the current version (rather than a reference to some other version of the same object). This is a read-only property.

Syntax

integer = object.ResolutionType

The ResolutionType property syntax has the following parts.

Part Description
integer An integer that indicates the strategy used by the repository engine to select a specific object.
1= SPECIFIEDVERSION. This value appears when you explicitly select a specific object version.
2=LATESTVERSION. This value appears when the most recently created version is selected.
3=VERSIONINWORKSPACE. This value appears when the object version in the workspace is selected.
4=PINNEDVERSION. This value appears when the pinned target object version of the relationship that you are currently navigating is selected.
object An object expression that evaluates to a RepositoryObjectVersion object.

Remarks

The repository engine automatically sets the value of the ResolutionType property whenever you retrieve an object version. For more information about how the repository engine selects object versions, see Resolution Strategy for Objects and Object Versions.

See Also

RepositoryObjectVersion Object

RepositoryObjectVersion InternalID Property