Click or drag to resize
QueryLogGetIndex Method (Object, Object, Object, Object, Object)
Gets the index of the record

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected Object GetIndex(
	Object isInformation,
	Object resultsSize,
	Object parametersSize,
	Object queryName,
	Object queryText
)

Parameters

isInformation
Type: SystemObject
Flag whether the item is information
resultsSize
Type: SystemObject
Result size
parametersSize
Type: SystemObject
Parameters size
queryName
Type: SystemObject
Query name
queryText
Type: SystemObject
Query text

Return Value

Type: Object
See Also