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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual TInfo GetInfo(
	Action<TQuery> parameters
)

Parameters

parameters
Type: SystemActionTQuery
Parameters for the query

Return Value

Type: TInfo
See Also