Click or drag to resize

ApiSessionSimpleFindObjects Method (String)

The simplest form of the search. Searches if any text contains the given string. (not case-sensitive) Search is started at the project root node.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<ObjectProxy> SimpleFindObjects(
	string aTextToSearch
)

Parameters

aTextToSearch
Type: SystemString
the text to search for

Return Value

Type: ListObjectProxy
a list of ObjectProxy objects that match the search criteria
See Also