Uiinfrastructure API Docs  
 

PTListItem.SetItemTypeImage Method (PTImageType, String)

Call this method to set the image that indicates the type of this item.

Calling this method will cause the generated table to contain one additional column.

public virtual void SetItemTypeImage(
   PTImageType image,
   string imgAlt
);

Parameters

image
Pass a PTImageType that indicates the image describing this item's type.
imgAlt
Pass a String that is the alt attribute of this image.

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace | PTListItem.SetItemTypeImage Overload List