Show / Hide Table of Contents

Class ProviderConfiguration

Inheritance
object
ProviderConfiguration
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Framework.Providers
Assembly: DotNetNuke.dll
Syntax
public class ProviderConfiguration

Constructors

ProviderConfiguration()

Declaration
public ProviderConfiguration()

Properties

DefaultProvider

Declaration
public string DefaultProvider { get; }
Property Value
Type Description
string

Providers

Declaration
public Hashtable Providers { get; }
Property Value
Type Description
Hashtable

Methods

GetDefaultProvider()

Declaration
public Provider GetDefaultProvider()
Returns
Type Description
Provider

GetProviderConfiguration(string)

Declaration
public static ProviderConfiguration GetProviderConfiguration(string strProvider)
Parameters
Type Name Description
string strProvider
Returns
Type Description
ProviderConfiguration

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS