HttpWatch Automation Reference - 16.2.2
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 this Content object's data to the specified file.
    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