Click or drag to resize
AbstractManagerLoadManagerManagerType Method
Loads the manager.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected static ManagerType LoadManager<ManagerType>()
where ManagerType : class, new()

Type Parameters

ManagerType

Return Value

Type: ManagerType
See Also