Gets the info by its type and GUID from the appropriate provider.
            
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- objectType
 - Type: 
System String
Object type 
- guid
 - Type: 
System Guid
GUID of the object 
- siteId
 - Type: 
System Int32
Site ID 
- exceptionIfObjTypeNotFound (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: BaseInfoSee Also