Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfo Method (String, String)
Gets an instance of the first info object matching the specified condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual TInfo GetInfo(
	string where,
	string orderBy = null
)

Parameters

where
Type: SystemString
Where condition
orderBy (Optional)
Type: SystemString
Order by expression

Return Value

Type: TInfo
See Also