Uiinfrastructure API Docs  
 

PTListItem.SetItemPreviewButton Method 

Call this method to set the image/href that allows users to preview this item.

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

public virtual void SetItemPreviewButton(
   PTImageType image,
   string imgAlt,
   string previewHRef
);

Parameters

image
Pass a PTImageType that contains the preview button image.
imgAlt
Pass a String that is the alt attribute of this image.
previewHRef
Pass the HRef that redirect the user to a page allowing this item to be pre viewed.

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace