adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / ExportDataToStream Method
Options controlling the export behavior
The stream to write the data to


In This Topic
    ExportDataToStream Method
    In This Topic
    Exports data and writes the results to a stream.
    Syntax
    'Declaration
     
    
    Public Function ExportDataToStream( _
       ByVal options As ExportOptions, _
       ByVal targetStream As Stream _
    ) As Boolean
    public bool ExportDataToStream( 
       ExportOptions options,
       Stream targetStream
    )
    public:
    bool ExportDataToStream( 
       ExportOptions^ options,
       Stream^ targetStream
    ) 

    Parameters

    options
    Options controlling the export behavior
    targetStream
    The stream to write the data to
    See Also