Uiinfrastructure API Docs  
 

ILink.AddControlArgument Method (String, String)

This method allows you to add a control argument to the HTML URL. Do not use this method to set arguments that already have their own methods, such as sub-space key, display page, and control. For HTTP URLs, strValue should be automatically URL encoded. The behavior when arguments are added with the same name is undefined. Sometimes it will overwrite the first name/value pair, and sometimes it will append the second name/value pair after the first. Arguments should not be added twice.

void AddControlArgument(
   string strName,
   string strValue
);

Parameters

strName
the name of the argument
strValue
the value of the argument

See Also

ILink Interface | com.plumtree.uiinfrastructure.activityspace Namespace | ILink.AddControlArgument Overload List