Class ProviderConfiguration
Inheritance
System.Object
ProviderConfiguration
Assembly: DotNetNuke.dll
Syntax
public class ProviderConfiguration : object
Properties
|
Improve this Doc
View Source
DefaultProvider
Declaration
public string DefaultProvider { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Providers
Declaration
public Hashtable Providers { get; }
Property Value
Type |
Description |
Hashtable |
|
Methods
|
Improve this Doc
View Source
GetDefaultProvider()
Declaration
public Provider GetDefaultProvider()
Returns
|
Improve this Doc
View Source
GetProviderConfiguration(String)
Declaration
public static ProviderConfiguration GetProviderConfiguration(string strProvider)
Parameters
Type |
Name |
Description |
System.String |
strProvider |
|
Returns
Extension Methods