Alterian Email Manager 6.2.3 SDK Help File Initializes a new instance of the
FileSet class
Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic FileSet(
string workingPath,
string exportPath,
string fileNameWithoutExtension,
IEnumerable<Field> headerFields,
string sevConnectionString,
ExportType exportType,
IProcedureReader procedureReader,
int registrationId,
int clientId
)
Public Sub New (
workingPath As String,
exportPath As String,
fileNameWithoutExtension As String,
headerFields As IEnumerable(Of Field),
sevConnectionString As String,
exportType As ExportType,
procedureReader As IProcedureReader,
registrationId As Integer,
clientId As Integer
)
public:
FileSet(
String^ workingPath,
String^ exportPath,
String^ fileNameWithoutExtension,
IEnumerable<Field^>^ headerFields,
String^ sevConnectionString,
ExportType exportType,
IProcedureReader^ procedureReader,
int registrationId,
int clientId
)
new :
workingPath : string *
exportPath : string *
fileNameWithoutExtension : string *
headerFields : IEnumerable<Field> *
sevConnectionString : string *
exportType : ExportType *
procedureReader : IProcedureReader *
registrationId : int *
clientId : int -> FileSet
DMLibrary.SEV.FileSet = function(workingPath, exportPath, fileNameWithoutExtension, headerFields, sevConnectionString, exportType, procedureReader, registrationId, 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