Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfoById Method
Gets an instance of info object based on ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual TInfo GetInfoById(
	int id,
	bool useHashtable = true
)

Parameters

id
Type: SystemInt32
Value of the record ID to look for
useHashtable (Optional)
Type: SystemBoolean
If true, the object is taken through the hashtable

Return Value

Type: TInfo
See Also