Plumtree UI Infrastructure API  
 

IClassTypeDesc.GetRedirectSearchBrowse Method 

This method is called by the Common Opener in the search basic mode. This is a helper method that will return one of the four main modes.

Redirect GetRedirectSearchBrowse(
   XPHashtable _htArguments,
   AActivitySpace _asParent,
   object _userSession
);

Parameters

_htArguments
Arguments to reach the new space.
_asParent
The parent activity space.
_userSession
The current session.

Return Value

A redirect that will bring you to the meta activity space for the particular class/object.

See Also

IClassTypeDesc Interface | com.plumtree.uiinfrastructure.opener.types Namespace