Helper function to retrieve an HTML image, large or small. Alt is not specified
Helper function to retrieve an HTML image, large or small. Alt is not specified
public static HTMLImg GetHTMLImage(string,bool);
Helper function to retrieve an image and specify the Alt
public static HTMLImg GetHTMLImage(string,bool,string);
PlumtreeHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace