[This is preliminary documentation and is subject to change.]
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.
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.
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
---|
public class ComponentService : IDisposable |
Visual Basic |
---|
Public Class ComponentService Implements IDisposable |
Visual C++ |
---|
public ref class ComponentService : IDisposable |