|
| MultiArchive SDK .NET Documentation |
| ComponentService..::..CheckOut Method |
| ComponentService Class See Also Send Feedback |
|
[This is preliminary documentation and is subject to change.]
Method for checking out an item from MultiArchive.
The URN used for this method should be constructed in the following way:
urn:multiarchive:content:A42:25-1
The URN used for this method should be constructed in the following way:
urn:multiarchive:content:A42:25-1
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
| C# |
|---|
public Component CheckOut( Credentials credentials, string componentUrn ) |
| Visual Basic |
|---|
Public Function CheckOut ( credentials As Credentials, componentUrn As String ) As Component |
| Visual C++ |
|---|
public: Component^ CheckOut( Credentials^ credentials, String^ componentUrn ) |
Parameters
- credentials
- Type: Credentials
A Credentials object with information about the current user.
- componentUrn
- Type: System..::..String
A string representation of the Component URN for the specified item.
Return Value
Type: ComponentThe method returns a Component object containing information about the content of the specified URN.