IWorkspaceItem::get_IsCheckedOut

Meta Data Services Programming

Meta Data Services Programming

IWorkspaceItem::get_IsCheckedOut

This method determines whether the current workspace item is checked out to a workspace.

HRESULT get_IsCheckedOut(     VARIANT_BOOL *pbCheckedOut
);

Parameters

*pbCheckedOut

[out]
TRUE if the object version is checked out to a workspace; FALSE if the object version is not checked out to any workspace.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IWorkspaceItem Interface