Plumtree Portal UI  
 

KeywordsModel.InitializeSortedArray Method 

Initalizes the list (PTGrowableSortedArrayWrapper) with a column mapping and an array of sort. The growable array will always be sorted by the 1st column ascending.

public override void InitializeSortedArray(
   PTGrowableSortedArrayWrapper _saData
);

Parameters

_saData

See Also

KeywordsModel Class | com.plumtree.portaluiinfrastructure.editor.commonpages.keywords Namespace | ExpListModel#InitializeSortedArray