MultiArchive SDK .NET Documentation |
ComponentService Methods |
ComponentService Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
The ComponentService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelCheckOut |
Method for cancelling checkout of an item that has already been checked out of MultiArchive.
|
|
CheckIn |
Method for checking in an item to MultiArchive.
|
|
CheckOut |
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 |
|
Dispose()()()() |
Public method for closing the connection to the ComponentPortTypeClient correctly.
|
|
Dispose(Boolean) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RetrieveComponent |
Method for retrieving the content of a folder from MultiArchive.
The URN used for the method should be constructed in one of the following ways: urn:multiarchive:folder:A42:/CUSTOMER/1100 urn:multiarchive:item:A42:25 urn:multiarchive:content:A42:25-1 urn:multiarchive:content:A42:25-1#5 The first URN is used for retrieving a folder to traverse its content. The second URN is used to retrieve a specific item and is used to retrieve a file and its content. The third URN will retrieve the content of ItemMaster 25, compound sequence 1 and implicit the latest version. The fourth URN will retrieve the content from the same document as the third URN, but here it is explicit specified that it shall retrieve the fifth (5.) version of the document. |
|
ToString | (Inherited from Object.) |