Plumtree Portal UI  
 

PlumtreeHelpers.GetHTMLImage Method (String, Boolean, String)

Helper function to retrieve an image and specify the Alt

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

Parameters

strImageName
- The image name
bSmallImage
- True if a small image
strAlt
- The alt tag

Return Value

HTMLImg

See Also

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