Sitecore 5.0 API

Settings.GetProviderObjects Method 

Gets the provider objects.

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

Parameters

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

See Also

Settings Class | Sitecore.Configuration Namespace