ModuleRegisterCommand Method |
Registers the given command
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected void RegisterCommand(
string name,
Func<Object[], Object> func
)
Parameters
- name
- Type: SystemString
Command name - func
- Type: SystemFuncObject, Object
Command function
See Also