Click or drag to resize
CMSExtensibilitySectionLoadHelperHelperType Method
Loads the helper object.

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

Type Parameters

HelperType

Return Value

Type: HelperType
See Also