Plumtree Portal UI  
 

FilterIterator.SetAllowablePropertyIDs Method 

Allows the Filter Iterator to only show those properties specified. Default behavior is to show all properties the current user has access to.

public virtual void SetAllowablePropertyIDs(
   object[] iArAllowablePropertyIDs
);

Parameters

iArAllowablePropertyIDs
- an array of allowed property ids as Integers. pass in a null array to allow all properties (default)

See Also

FilterIterator Class | com.plumtree.portaluiinfrastructure.filter Namespace