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

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

Parameters

id
Type: SystemInt32
ID of the object

Return Value

Type: BaseInfo
See Also