Plumtree Portal UI  
 

SelectPTObjectModel.SetRowIconByClassID Method 

Sets the icon to display on each row before the input text, given a class id. By default, all class ids are associated with empty images. Call SetDefaultRowIcon to set a universal default icon.

public virtual void SetRowIconByClassID(
   int _nClassID,
   PTImageType _imgRowIcon
);

Parameters

_nClassID
the class id to be associated with this icon
_imgRowIcon
the icon you want to be displayed

See Also

SelectPTObjectModel Class | com.plumtree.portaluiinfrastructure.expandablelist.selectptobject Namespace