Plumtree Pluggable Navigation API  
 

ASCompoundList.AddEditorPageURL Method (String, String, String, String, String[], String[])

Adds an URL to an editor with additional parameters.

public virtual void AddEditorPageURL(
   string label,
   string editor,
   string control,
   string page,
   string[] paramNames,
   string[] paramValues
);

Parameters

label
String to display
editor
Editor Activityspace ID
control
Editor Control ID
page
Editor Page 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

See Also

ASCompoundList Class | com.plumtree.portaluiinfrastructure.compoundlist Namespace | ASCompoundList.AddEditorPageURL Overload List