Click or drag to resize

MapperCommandsEnable Method

Enable or disable the command. If the command doesn't exist in the collection, no error is raised.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Enable(
	string id,
	bool enable
)

Parameters

id
Type: SystemString
The command ID.
enable
Type: SystemBoolean
true to enable the command or false to disable.
See Also