Sitecore 5.0 API

Settings.GetProviderObject Method (String, String, Type)

Gets the provider object.

[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
);

Parameters

referencePath
Reference path.
implementationPath
Implementation path.
expectedType
Expected type.

See Also

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