Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetObject Method (IWhereCondition)
Gets the object by specified where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public BaseInfo GetObject(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition

Return Value

Type: BaseInfo
See Also