MultiArchive SDK .NET Documentation |
ComponentContentService Members |
ComponentContentService Class Constructors Methods See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
The ComponentContentService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ComponentContentService()()()() |
Default constructor.
|
|
ComponentContentService(SDKTransportProtocol, String, Int32) |
Constructor to use, if there for some reason is no App.config present in the application.
The serverAddress can be either an IPv4, IPv6 or a domain address. |
Methods
Name | Description | |
---|---|---|
Dispose()()()() |
Public method for closing the connection to the ComponentContentPortTypeClient correctly.
|
|
Dispose(Boolean) |
Releases the unmanaged resources used by the ComponentContentService and optionally releases the managed resources
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RetrieveContent |
Method for retrieving the content of an item from MultiArchive.
The URN used for the method should be constructed in one of the following ways: urn:multiarchive:content:A42:25-1 urn:multiarchive:content:A42:25-1#5 The first URN will retrieve the content of ItemMaster 25, compound sequence 1 and implicit the latest version. The second URN will retrieve the content from the same document as the first URN, but here it is explicit specified that it shall retrieve the fifth (5.) version of the document. |
|
ToString | (Inherited from Object.) |