Version

FilterMenuNavigation(String,Object) Method

Opens the filter drop down for a particular header, and navigates to the desired location
Syntax
'Declaration
 
Public Overloads Sub FilterMenuNavigation( _
   ByVal sHeaderArg As System.String, _
   ByVal oMenuItemPath As System.Object _
) 
public void FilterMenuNavigation( 
   System.string sHeaderArg,
   System.object oMenuItemPath
)
public: void FilterMenuNavigation( 
   System.string* sHeaderArg,
   System.Object* oMenuItemPath
) 

Parameters

sHeaderArg
string text path to the header containing the filter button
oMenuItemPath
Menu item path to the desired menu item.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also