PluginPackageColRemovePluginPackage(Int32) Method

Remove a plugin package by id.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public bool RemovePluginPackage(
	int id
)

Parameters

id  Int32

Return Value

Boolean
False if the package is not found.

See Also