ComponentService.CheckIn Method

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Method for checking in an item to 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 CheckIn(
	Credentials credentials,
	Component component
)
Visual Basic
Public Function CheckIn ( 
	credentials As Credentials,
	component As Component
) As Boolean
Visual C++
public:
bool CheckIn(
	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: Boolean
The method returns a boolean indicating whether or not the checkin completed.

See Also