Aqualogic Interaction API  
 

IPTPropertyFilterClauses.AddItem Method 

A PropertyFilterClauses object is essentially a list of PropertyFilterItems. This method adds a new PropertyFilterItem at the specified index.

void AddItem(
   IPTPropertyFilterItem pItem,
   int nIndex
);

Parameters

pItem
the item to be added
nIndex
the index at which to add it

See Also

IPTPropertyFilterClauses Interface | com.plumtree.server Namespace | IPTPropertyFilterItem