Plumtree Pluggable Navigation API  
 

ASCompoundList.AddGenericURL Method 

Adds a generic portal URL

public virtual void AddGenericURL(
   string label,
   string strAS,
   string[] paramNames,
   string[] paramValues,
   int nNewASType
);

Parameters

label
String to display
strAS
Activityspace ID
paramNames
String array of parameter names, each name element must have a corresponding value element in paramValues
paramValues
String array of parameter values, each value element must have a corresponding name element in paramNames
nNewASType
How to retrieve the activityspace, use NEWSASTYPE_ constant

See Also

ASCompoundList Class | com.plumtree.portaluiinfrastructure.compoundlist Namespace