Select(String) Method
Selects the specified item.

C# Syntax

void Select( 
   string menuPath
)

Parameters

menuPath
The path of the item.

Tip: You can use the BuildMenuPath method to build the item path string that can then be used as the itemPath argument for this method.