Click or drag to resize

ManifestAPI Class

ManifestAPI is the service responsible for performing manifests operations like adding/downloading manifests, and check if installed.
Inheritance Hierarchy
SystemObject
  ErrorClass
    API
      Nexpaq.APIsManifestAPI

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class ManifestAPI : API

The ManifestAPI type exposes the following members.

Constructors
  NameDescription
Public methodManifestAPI
Initializes a new instance of ManifestAPI class.
Top
Methods
  NameDescription
Public methodAdd
Add manifest of the specified id, with the content and overwrite if needed.
Public methodDownload
Downloads latest manifest of the specified id and overwrites existing if required.
Public methodGet
Get the manifest by id of specified ManifestType.
Public methodInstalled
Checks if manifest with specified id is installed.
Public methodRequest
Request manifest with the specified id, callback and error.
Protected methodTriggerError (Inherited from ErrorClass.)
Top
Events
  NameDescription
Public eventError (Inherited from ErrorClass.)
Top
See Also