Initiates an export of a compressed file. Returns the path+filename string of the location of the compressed file. This string is used for calls to Read, IsExportComplete and for CloseExport.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
string Export()
Visual Basic (Declaration)
Function Export As String
Visual C++
String^ Export()

Return Value

pathname of exported file.

See Also