AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByCodeName Method (String, Boolean) |
Gets an instance of info object based on the given code name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected virtual TInfo GetInfoByCodeName(
string codeName,
bool useHashtable = true
)
Parameters
- codeName
- Type: SystemString
Code name - useHashtable (Optional)
- Type: SystemBoolean
If true, the object is taken through the hashtable
Return Value
Type:
TInfoSee Also