| ModuleProcessCommand Method | 
            Processes the specified command.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
 Syntax
Syntaxpublic virtual Object ProcessCommand(
	string commandName,
	Object[] parameters
)
Parameters
- commandName
- Type: SystemString
 Command name
- parameters
- Type: SystemObject
 Command parameters
Return Value
Type: 
Object See Also
See Also