Click or drag to resize
AbstractInfoProviderTInfo, TProviderBoundGetInfoById Method
Gets the info by ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected override BaseInfo BoundGetInfoById(
	int id
)

Parameters

id
Type: SystemInt32
ID of the object

Return Value

Type: BaseInfo
See Also