HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / FilteredPages Property

In This Topic
    FilteredPages Property
    In This Topic
    Gets a reference to a Pages object that contains a filtered list of the requests in the log.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilteredPages As Pages
    public Pages FilteredPages {get;}
    Remarks
    The Pages and FilteredPages properties will only differ if a filter is active, i.e. the IsFilterEnabled property returns true
    Requirements
     
    See Also