Uiinfrastructure API Docs  
 

ExpListModel.GetUniqueInt Method 

Creates dynamically a unique int and returns it. This method can be used for repost actions for example. This is to make sure that if there are more than one expandable list on the same dislpay page, there won't be any conflict between the two lists.

public virtual int GetUniqueInt(
   int _nValue
);

Parameters

_nValue

Return Value

int

Implements

IExpListModelRO.GetUniqueInt

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace