Click or drag to resize
CMSExtensibilitySectionLoadManagerManagerType Method
Loads the manager object. Returns given default instance if manager not present in Section.Managers.

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

Type Parameters

ManagerType

Return Value

Type: ManagerType
See Also