Click or drag to resize
BaseAbstractInfoProviderBoundGetInfoById Method
Gets the info by ID.

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

Parameters

id
Type: SystemInt32
ID of the object

Return Value

Type: BaseInfo
See Also