Plumtree Portal UI  
 

APTURL.SetURLImageType Method 

Helper function to set URL Image with the width and height component. Equivalent to setting PTURLConstants.KEY_ICONIMG, PTURLConstants.KEY_ICONIMGWIDTH and PTURLConstants.KEY_ICONIMGHEIGHT manually.

public virtual void SetURLImageType(
   PTImageType image,
   string strImageServerBaseURL
);

Parameters

image
PTImageType of the image to use.
strImageServerBaseURL

See Also

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