| ProviderManagerGetProviderInstance Method |
Namespace:
Dynamicweb.ItemCreator.Providers
Assembly:
Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax public static Provider GetProviderInstance(
Type providerType,
Properties values
)
Public Shared Function GetProviderInstance (
providerType As Type,
values As Properties
) As Provider
Parameters
- providerType
- Type: SystemType
- values
- Type: Dynamicweb.ModulesProperties
Return Value
Type:
ProviderSee Also