ComponentService Methods

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

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

The ComponentService type exposes the following members.

Methods

  Name Description
Public method CancelCheckOut
Method for cancelling checkout of an item that has already been checked out of MultiArchive.
Public method CheckIn
Method for checking in an item to MultiArchive.
Public method 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
Public method Dispose()()()()
Public method for closing the connection to the ComponentPortTypeClient correctly.
Protected method Dispose(Boolean)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.
Public method ToString (Inherited from Object.)

See Also