| ProviderHelperGetInfoByFullName Method | 
            Gets the info by its type and full name from the appropriate provider.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static BaseInfo GetInfoByFullName(
	string objectType,
	string fullName,
	bool exceptionIfObjTypeNotFound = false
)
Parameters
- objectType
- Type: SystemString
 Object type
- fullName
- Type: SystemString
 Full name of the object
- exceptionIfObjTypeNotFound (Optional)
- Type: SystemBoolean
 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: 
BaseInfo See Also
See Also