Plumtree Portal UI  
 

PlumtreeHelpers.GetHTMLImage Method (String, Boolean)

Helper function to retrieve an HTML image, large or small. Alt is not specified

public static HTMLImg GetHTMLImage(
   string strImageName,
   bool bSmallImage
);

Parameters

strImageName
- The image name
bSmallImage
- True for a small image

Return Value

HTMLImg

See Also

PlumtreeHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace | PlumtreeHelpers.GetHTMLImage Overload List