Plumtree Portal UI  
 

PTMultiColumnListModel.SaveRow Method 

Saves the data for columns other than the plumtree object select column on the row _nRowIndex.

protected override int SaveRow(
   PTGrowableSortedArrayWrapper _saData,
   int _nRowIndex,
   XPHashtable _htFormData
);

Parameters

_saData
List to update the data on row _nRowIndex
_nRowIndex
Index of the row to save.
_htFormData
Data posted by the form.

Return Value

int Status for server side validation.

See Also

PTMultiColumnListModel Class | com.plumtree.portaluiinfrastructure.ptmulticolumnlist Namespace