Uiinfrastructure API Docs  
 

ASURL.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.

public virtual void AddControlArgument(string);

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

public virtual void AddControlArgument(string,bool);

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

public virtual void AddControlArgument(string,int);

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

public virtual void AddControlArgument(string,string);

An addition that replaces long strings with references; only certain parts of the tree know how to unref it The strName will be preceded by "@" to mark it as a reference. The "@" should not be used when unreferencing the data. NOTE: Oleg needs to test this, make about 1000 (max is about 2000)

public virtual void AddControlArgument(string,string,AActivitySpace);

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

public virtual void AddControlArgument(string,string[]);

See Also

ASURL Class | com.plumtree.uiinfrastructure.activityspace Namespace | ILink#AddControlArgument