ComponentContentService Class

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

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.

Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public class ComponentContentService : IDisposable
Visual Basic
Public Class ComponentContentService
	Implements IDisposable
Visual C++
public ref class ComponentContentService : IDisposable

Inheritance Hierarchy

System..::..Object
  MultiArchive.SDK.Services..::..ComponentContentService

See Also