Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetInfoById Method (Int32)
Gets an instance of info object based on ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual TInfo GetInfoById(
	int id
)

Parameters

id
Type: SystemInt32
Value of the record ID to look for

Return Value

Type: TInfo
See Also