ItemService 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 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.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  MultiArchive.SDK.Services..::..ItemService

See Also