adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / ExportDataToFile Method
Options controlling the export behavior
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
    )
    public:
    bool ExportDataToFile( 
       ExportOptions^ options,
       String^ targetFileName
    ) 

    Parameters

    options
    Options controlling the export behavior
    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