AbstractInfoProviderTInfo, TProviderGetInfoById Method (Int32, Boolean) |
Gets an instance of info object based on ID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected virtual TInfo GetInfoById(
int id,
bool useHashtable
)
Parameters
- id
- Type: SystemInt32
Value of the record ID to look for - useHashtable
- Type: SystemBoolean
If true, the object is taken through the hashtable
Return Value
Type:
TInfoSee Also