Plumtree Portal UI  
 

APTURL.AddControlParameter Method (String, Int32)

Adds a integer parameter to the querystring on this URL. E.g. param=1

public virtual void AddControlParameter(
   string strKey,
   int nValue
);

Parameters

strKey
Name of the parameter.
nValue
Value of the parameter as an integer.

Implements

IPTURL.AddControlParameter

See Also

APTURL Class | com.plumtree.portaluiinfrastructure.ptlink Namespace | APTURL.AddControlParameter Overload List