ModuleRegisterContextContextType Method |
Registers the module context
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected static void RegisterContext<ContextType>(
string name = null
)
where ContextType : new(), IContext
Parameters
- name (Optional)
- Type: SystemString
Context name
Type Parameters
- ContextType
See Also