Plumtree Portal UI  
 

FilterForm.EncodeFilterAsControlArgs Method

This method does the inverse of BuildFilterFromForm. It returns true if the filter is valid (may be used for a search, e.g. has no empty comparison values), false otherwise.

Overload List

This method does the inverse of BuildFilterFromForm. It returns true if the filter is valid (may be used for a search, e.g. has no empty comparison values), false otherwise.

public static bool EncodeFilterAsControlArgs(IPTSession,AActivitySpace,IPTFilter,IXPDictionary);

This method does the inverse of BuildFilterFromForm. It returns true if the filter is valid (may be used for a search, e.g. has no empty comparison values), false otherwise.

public static bool EncodeFilterAsControlArgs(IPTSession,AActivitySpace,IPTFilter,IXPDictionary,string);

See Also

FilterForm Class | com.plumtree.portaluiinfrastructure.filter Namespace