Click or drag to resize
CMSExtensibilitySectionLoadProviderProviderType Method
Loads the provider object.

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

Type Parameters

ProviderType

Return Value

Type: ProviderType
See Also