Uiinfrastructure API Docs  
 

ASURL.AddControlArgument Method (String, String, AActivitySpace)

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 strName,
   string strValue,
   AActivitySpace asOwner
);

Parameters

strName
The name of the query string parameter
strValue
the long value to be passed as a reference
asOwner
the parent AActivitySpace

See Also

ASURL Class | com.plumtree.uiinfrastructure.activityspace Namespace | ASURL.AddControlArgument Overload List