World is now on Opti ID! Learn more

Interface IProviderFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.Configuration.Transform.Internal
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public interface IProviderFactory

Methods

InstantiateProvider<T>(ProviderSettings, Type)

Declaration
T InstantiateProvider<T>(ProviderSettings providerSettings, Type type = null)
Parameters
Type Name Description
System.Configuration.ProviderSettings providerSettings
System.Type type
Returns
Type Description
T
Type Parameters
Name Description
T

Extension Methods