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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public BaseInfo GetObject(
	string whereCondition
)

Parameters

whereCondition
Type: SystemString
Where condition

Return Value

Type: BaseInfo
See Also