Plumtree Portal UI  
 

SelectPTObjectModel.InitializeReadOnlySelectPTObject Method 

Initializes the read only expandable list.

public virtual void InitializeReadOnlySelectPTObject(
   string _sSectionTitle,
   string _sSectionSubTitle,
   int[] _arrObjectClassIDs,
   int _nListKey
);

Parameters

_sSectionTitle
Main title.
_sSectionSubTitle
Sub title
_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