Uiinfrastructure API Docs  
 

ILink.AddControlArgument Method

This method allows you to add a control argument to the HTML URL with no value.

Overload List

This method allows you to add a control argument to the HTML URL with no value.

void AddControlArgument(string);

This method allows you to add a control argument to the HTML URL.

void AddControlArgument(string,bool);

This method allows you to add a control argument to the HTML URL.

void AddControlArgument(string,int);

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,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, strValues 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,string[]);

See Also

ILink Interface | com.plumtree.uiinfrastructure.activityspace Namespace | ILink#AddControlArgument