FileSet Class

Alterian Email Manager 6.2.3 SDK Help File
This class represents a set of export files (data file, header file), and their metadata. It exposes the ability to write the data file a row at a time as the data is available.
Inheritance Hierarchy
SystemObject
  DMLibrary.SEVFileSet

Namespace:  DMLibrary.SEV
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class FileSet : IFileSet

The FileSet type exposes the following members.

Constructors
NameDescription
Public methodFileSet
Initializes a new instance of the FileSet class
Top
Properties
NameDescription
Public propertyFileId
Public propertyRowCount
Top
Methods
NameDescription
Public methodClose
Public methodCommitMaxFieldLengthHeader
Public methodCreateExportLogEntry
Create an export log entry for this, populates fileId
Public methodDeleteFile
Delete any file created. To be implemented in case of roll back
Public methodDeliver
Move completed files from the working directory over to the export directory.
Public methodFlush
Public methodGetDataFileName
Public methodGetHeaderFields
Public methodGetHeaderFileName
Public methodGetZipFileName
Public methodTrackMaxFieldLength
Public methodWriteHeaderFile
Public methodWriteLine
Top
See Also