| AbstractInfoProviderTInfo, TProviderGetInfoByFullName Method (String, Boolean) | 
            Gets an instance of info object based on the given full name.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxprotected virtual TInfo GetInfoByFullName(
	string fullName,
	bool useHashtable
)
Parameters
- fullName
- Type: SystemString
 Full name
- useHashtable
- Type: SystemBoolean
 If true, the object is taken through the hashtable
Return Value
Type: 
TInfo See Also
See Also