[This is preliminary documentation and is subject to change.]
Method for cancelling checkout of an item that has already been checked out of MultiArchive.
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
| C# |
|---|
public bool CancelCheckOut(
Credentials credentials,
Component component
) |
| Visual Basic |
|---|
Public Function CancelCheckOut (
credentials As Credentials,
component As Component
) As Boolean |
| Visual C++ |
|---|
public:
bool CancelCheckOut(
Credentials^ credentials,
Component^ component
) |
Parameters
- credentials
- Type: Credentials
A Credentials object with information about the current user.
- component
- Type: Component
A Component object with information about the component which check out needs to be cancelled.
Return Value
Type:
BooleanThe method returns a boolean indicating whether or not the cancel completed.
See Also