Sitecore 5.1.1 API

Settings.GetProviderObject Method (String, String, Type)

[Visual Basic]
Overloads Public Shared Function GetProviderObject( _
   ByVal referencePath As String, _
   ByVal implementationPath As String, _
   ByVal expectedType As Type _
) As Object
[C#]
public static object GetProviderObject(
   string referencePath,
   string implementationPath,
   Type expectedType
);

See Also

Settings Class | Sitecore.Configuration Namespace | Settings.GetProviderObject Overload List