Gets the loaded provider by its object type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- objectType
- Type: System String
Provider object type
- exceptionIfNotFound (Optional)
- Type: System Boolean
If true, an exception is thrown if the provider is not found. If false, the null is returned if provider is not found
Return Value
Type: BaseAbstractInfoProviderSee Also