MultiArchive.SDK.ServiceUtils Namespace

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[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
Public class CommonUtil
The is a service class with utility methods commonly used when working with the MultiArchive webservice.
Public class ComponentProperty
Public class ComponentWrapper
Public class 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.
Public class SubComponentWrapper

Enumerations

  Enumeration Description
Public enumeration MultiArchiveComponentType
Public enumeration SDKTransportProtocol
Enum for the different transport protocols supported by the SDK when communicating with MultiArchive web services.