BPM.Server
ApplyFilter Method



Syntax
'Declaration
 
Public Shared Function ApplyFilter( _
   ByVal query As String, _
   ByVal filter As String _
) As String
'Usage
 
Dim query As String
Dim filter As String
Dim value As String
 
value = QueryManager.ApplyFilter(query, filter)
public static string ApplyFilter( 
   string query,
   string filter
)
public:
static String^ ApplyFilter( 
   String^ query,
   String^ filter
) 

Parameters

query
filter
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryManager Class
QueryManager Members

Send Feedback