Click or drag to resize
QueryInfoProviderGetQueryInfo Method (Int32)

Note: This API is now obsolete.

Returns QueryInfo with specified ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IQueryInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - QueryInfo.Provider.")]
public static QueryInfo GetQueryInfo(
	int id
)

Parameters

id
Type: SystemInt32
QueryInfo ID

Return Value

Type: QueryInfo
See Also