Click or drag to resize
BaseAbstractInfoProviderGetInfoByName Method (String, String, Boolean)
Gets the info by its type and code name from the appropriate provider.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static BaseInfo GetInfoByName(
	string objectType,
	string name,
	bool exceptionIfObjTypeNotFound = false
)

Parameters

objectType
Type: SystemString
Object type
name
Type: SystemString
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