Click or drag to resize

ApiSessionExecuteQueryInSearchNavigator Method

Executes a search in the current navigator search tab

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void ExecuteQueryInSearchNavigator(
	ObjectProxy aStartObject,
	string aWhereClause,
	ObjectProxy aSelfObject = null
)

Parameters

aStartObject
Type: Articy.ApiObjectProxy
the object that is used to start the search. null is mapped to the project root
aWhereClause
Type: SystemString
the condition/where clause of the search
aSelfObject (Optional)
Type: Articy.ApiObjectProxy
an optional object that is used as a "Self" reference
See Also