Gets the specified provider path

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetProviderPath(
	string type
)
Visual Basic
Public Shared Function GetProviderPath ( 
	type As String
) As String

Parameters

type
Type: System..::..String
paramtypeM:DotNetNuke.Common.Utilities.Config.GetProviderPath(System.String)

Return Value

The provider path

Remarks