IWorkspaceItem::Checkout

Meta Data Services Programming

Meta Data Services Programming

IWorkspaceItem::Checkout

This method establishes the current workspace as the only workspace within which the current object version can be modified.

HRESULT Checkout();

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

Remarks

If the object version is already checked out to a workspace, this method returns an error.

See Also

IWorkspaceItem Interface