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

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

Parameters

parameters
Type: SystemActionObjectQueryTInfo
Parameters for the query

Return Value

Type: TInfo
See Also