FileSet Constructor

Alterian Email Manager 6.2.3 SDK Help File
Initializes a new instance of the FileSet class

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

Syntax
public FileSet(
	string workingPath,
	string exportPath,
	string fileNameWithoutExtension,
	IEnumerable<Field> headerFields,
	string sevConnectionString,
	ExportType exportType,
	IProcedureReader procedureReader,
	int registrationId,
	int clientId
)

Parameters

workingPath
Type: SystemString
exportPath
Type: SystemString
fileNameWithoutExtension
Type: SystemString
headerFields
Type: System.Collections.GenericIEnumerableField
sevConnectionString
Type: SystemString
exportType
Type: DMLibrary.SEVExportType
procedureReader
Type: DMLibrary.SEVIProcedureReader
registrationId
Type: SystemInt32
clientId
Type: SystemInt32
See Also