Click or drag to resize

ApiSessionSimpleFindObjects Method (UInt64, String)

Searches if any text contains the given string starting at a given node. (not case-sensitive)

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

Parameters

aSearchRoot
Type: SystemUInt64
The ID of the containter object to start the search on. Only children of this object and their children are searched. If you want to start at the very top and search the entire project, then use GetProjectRoot.
aTextToSearch
Type: SystemString
the text to search for

Return Value

Type: ListObjectProxy
a list of object proxies that match the search criteria
See Also