Plumtree Portal UI  
 

SelectPTObjectModel.GetIndex Method 

Helper method to get the value of the index for the object identified by the object ID and class ID in argument. Returns -1 if the object was not in the array.

protected virtual int GetIndex(
   object[][] _arrIndexMapping,
   int _nClassID,
   int _nObjectID
);

Parameters

_arrIndexMapping
Index mapping
_nClassID
Object class ID
_nObjectID
Object ID

Return Value

int Value of the index

See Also

SelectPTObjectModel Class | com.plumtree.portaluiinfrastructure.expandablelist.selectptobject Namespace