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
)
Public Sub Enable (
id As String,
enable As Boolean
)
Parameters
- id
- Type: SystemString
The command ID. - enable
- Type: SystemBoolean
true to enable the command or false to disable.
See Also