Click or drag to resize

ManifestAPIInstalled Method

Checks if manifest with specified id is installed.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public bool Installed(
	string id
)

Parameters

id
Type: SystemString
Identifier.

Return Value

Type: Boolean
The installed.
See Also