HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Content Class / Export Method

The name of the file to which the content should be exported.


In This Topic
    Export Method (Content)
    In This Topic
    Exports images, HTML and script files from a web page.
    Syntax
    'Declaration
     
    Public Sub Export( _
       ByVal fileName As String _
    ) 
    public void Export( 
       string fileName
    )

    Parameters

    fileName

    The name of the file to which the content should be exported.

    Requirements

     

     
    See Also