Click or drag to resize
IInfoProviderGetInfoById Method
Gets the info by given id.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
BaseInfo GetInfoById(
	int id
)

Parameters

id
Type: SystemInt32
ID of the object

Return Value

Type: BaseInfo
See Also