Plumtree Portal UI  
 

PTMultiColumnListModel.InitializePTMultiColumnList Method 

Initializes the expandable list.

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

Parameters

_sSectionTitle
- Main title of the view.
_sFirstColSubTitle
- The subtitle for the selected Plumtree Object, if appropriate. If _bIncludePTSelect is FALSE, this shoudl be set to null.
_sSectionSubTitle
- An array of subtitles for non-plumtree object columns
_imgAddIcon
- Icon for the add action.
_sAddLabel
- Text to display next to the add icon.
_arrObjectClassIDs
- The Class ID of the objects displayed on the list. This should be null if _bIncludePTSelect is FALSE.
_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

PTMultiColumnListModel Class | com.plumtree.portaluiinfrastructure.ptmulticolumnlist Namespace