Click or drag to resize

APITreeItemSelect Method

Selects Tree Item.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string TreeItemSelect(
	Object TreeItemNames
)

Parameters

TreeItemNames
Type: SystemObject

[Missing <param name="TreeItemNames"/> documentation for "M:AppRobotic.API.TreeItemSelect(System.Object)"]

Return Value

Type: String
Returns string containing 'success' or error message.
See Also