Click or drag to resize
ModuleRegisterContextContextType Method
Registers the module context

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected static void RegisterContext<ContextType>(
	string name = null
)
where ContextType : new(), IContext

Parameters

name (Optional)
Type: SystemString
Context name

Type Parameters

ContextType
See Also