Click or drag to resize
BaseInfoGetObject Method (Int32)
Gets the object by its ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public BaseInfo GetObject(
	int objectId
)

Parameters

objectId
Type: SystemInt32
Object ID

Return Value

Type: BaseInfo
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when IDColumn is not set.
See Also