[This is preliminary documentation and is subject to change.]
The namespace MultiArchive.SDK.Services includes the service classes used by the integration developer when integrating with MultiArchive through this SDK.
Classes
Class | Description | |
---|---|---|
ComponentContentService |
This is the service class for working with ComponentContents in MultiArchive.
The usage of this class is to retrieve the content of a MultiArchive Item specified by a ContentURN. The content will be returned as a base64Binary object. |
|
ComponentService |
This is the service class for working with Components in MultiArchive.
The usage of this class is to retrieve a Component from MultiArchive specified by a ComponentURN. The Component object returned can either be a folder or a specific MultiArchive Item. |
|
FieldService | ||
ItemOperationCompletedEventArgs |
Class for
|
|
ItemService |
This is the service class for handling the creation of new items in MultiArchive.
The usage of this class is to create a new item in MultiArchive specified by an ItemSpecification object. The returned value is the Item URN of the created item in MultiArchive. |
|
LogonService |
This is the service class for handling logon request against MultiArchive.
The usage of this class is to authenticate users on the MultiArchive and create a Credentials object which can be used by all the other services. |
|
LogonUrlService | ||
NtlmLogonService |
This is the service class for handling NTLM logon requests against MultiArchive.
The usage of this class is to authenticate users via NTLM against MultiArchive and create a Credentials object which can be used by all the other services. |
Delegates
Delegate | Description | |
---|---|---|
ItemService..::..ItemOperationCompletedEventHandler |
Delegate for the eventhandler which handles events raised by the eventbased CreateItem.
|
Enumerations
Enumeration | Description | |
---|---|---|
ItemOperationStatus |
Public enumeration with statuscode for ItemOperations.
|