HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / EnableFilter Method
true to enable the filter, false to disable it.

In This Topic
    EnableFilter Method
    In This Topic
    Enables or disables the current filter.
    Syntax
    'Declaration
     
    Public Sub EnableFilter( _
       ByVal enable As Boolean _
    ) 
    public void EnableFilter( 
       bool enable
    )

    Parameters

    enable
    true to enable the filter, false to disable it.
    Remarks
    The automation interface only allows you to enable or disable an existing filter. The filtering criteria itself can only be set up manually through the HttpWatch extension user interface.
    Requirements
     
    See Also