Plumtree Portal UI  
 

QueryCondition.AddProperty Method 

Tell this QueryCondition about another property that could be selected.

public virtual void AddProperty(
   string propName,
   int propID,
   int propType
);

Parameters

propName
Name of property (localized)
propID
ID of property
propType
Type of property (PT_PROPERTY_TYPES)

See Also

QueryCondition Class | com.plumtree.portaluiinfrastructure.filter Namespace