Plumtree Portal UI  
 

APTURL.SetURLData Method 

Sets data on the URL. Supports the following keys: PTURLConstants.KEY_TITLE PTURLConstants.KEY_ICONIMG PTURLConstants.KEY_ICONIMGWIDTH PTURLConstants.KEY_ICONIMGHEIGHT PTURLConstants.KEY_ICONIMGALT PTURLConstants.KEY_CURRENTMARKER

public virtual void SetURLData(
   string strKey,
   string strValue
);

Parameters

strKey
Key of the data
strValue
Value of the data

Implements

IPTURL.SetURLData

See Also

APTURL Class | com.plumtree.portaluiinfrastructure.ptlink Namespace | PTURLConstants