Click or drag to resize

ManifestAPIGet Method

Get the manifest by id of specified ManifestType.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public Object Get(
	Type ManifestType,
	string id
)

Parameters

ManifestType
Type: SystemType
Manifest type.
id
Type: SystemString
Identifier of manifest.

Return Value

Type: Object
The manifest.
See Also