[This is preliminary documentation and is subject to change.]
The namespace MultiArchive.SDK.ServiceUtils includes utility classes for working with the MultiArchive SDK as well as a helper class for making creating items in MultiArchive easier for developers.
Classes
Class | Description | |
---|---|---|
CommonUtil |
The is a service class with utility methods commonly used when working with the MultiArchive webservice.
|
|
ComponentProperty | ||
ComponentWrapper | ||
ItemSpecificationBuilder |
This is a service class for handling the creation of ItemSpecifications used when creating new items in MultiArchive.
The usage of this class is to specify some FieldSpecifications and ContentSpecifications and add them to the ItemSpecificationBuilder. When all have been added, a call to BuildItemSpecification will return an ItemSpecification object, which can be sent as a parameter when calling CreateItem on the ItemService. |
|
SubComponentWrapper |
Enumerations
Enumeration | Description | |
---|---|---|
MultiArchiveComponentType | ||
SDKTransportProtocol |
Enum for the different transport protocols supported by the SDK when communicating with MultiArchive web services.
|