Plumtree Portal UI  
 

SelectPTObjectModel.InitializeSelectPTObject Method 

Initializes the expandable list.

public virtual void InitializeSelectPTObject(
   string _sSectionTitle,
   string _sSectionSubTitle,
   PTImageType _imgAddIcon,
   string _sAddLabel,
   int[] _arrObjectClassIDs,
   int _nListKey
);

Parameters

_sSectionTitle
Main title.
_sSectionSubTitle
Sub title
_imgAddIcon
Icon for the add action.
_sAddLabel
Text to display next to the add icon.
_arrObjectClassIDs
Class ID of the Objects displayed on the list.
_nListKey
In case you have multiple Expandable Lists on the same DP, they should have a different key (otherwise, just set it to 1).

See Also

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