IWorkspace::get_Contents

Meta Data Services Programming

Meta Data Services Programming

IWorkspace::get_Contents

This method returns an IVersionCol interface pointer to a collection of object versions currently present in the workspace.

HRESULT get_Contents(     IVersionCol **ppWSVersions
);

Parameters

**ppWSVersions

[out]
The IVersionCol interface pointer to the collection of object versions present in the workspace.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

Remarks

For each repository object, one version at most can be present in the current workspace.

See Also

IInterfaceDef Interface

IWorkspace Interface

IWorkspace::get_Checkouts