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.
This method failed to complete successfully.