IFileSetPoviderGetNewFileSet Method

Alterian Email Manager 6.2.3 SDK Help File

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

Syntax
IFileSet GetNewFileSet(
	string workingPath,
	string exportPath,
	string fileNameWithoutExtension,
	IEnumerable<Field> headerFields,
	string sevConnectionString,
	ExportType exportType,
	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
registrationId
Type: SystemInt32
clientId
Type: SystemInt32

Return Value

Type: IFileSet
See Also