| IInfoByNameProviderTInfoGet Method  | 
            Gets an instance of info object based on its code name.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
SyntaxParameters
- name
 - Type: SystemString
Code name of the info object to look for. 
Return Value
Type: 
TInfoReturns an instance of 
TInfo corresponding to 
name or null.
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | Thrown when TInfo does not have the code name column. | 
See Also