adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / ExportDataToFile Method
The name of the file to write the data to. This file will be created locally (on the client computer), not on the server.

In This Topic
    ExportDataToFile Method
    In This Topic
    Exports data and writes the results directly to a local file.
    Syntax
    'Declaration
     
    
    Public Function ExportDataToFile( _
       ByVal options As ExportOptions, _
       ByVal targetFileName As String _
    ) As Boolean
    public bool ExportDataToFile( 
       ExportOptions options,
       string targetFileName
    )

    Parameters

    options
    targetFileName
    The name of the file to write the data to. This file will be created locally (on the client computer), not on the server.
    See Also