FileSetFactoryGetNewFileSet Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IFileSet GetNewFileSet(
string workingPath,
string exportPath,
string fileNameWithoutExtension,
IEnumerable<Field> headerFields,
string sevConnectionString,
ExportType exportType,
int registrationId,
int clientId
)
Public Function GetNewFileSet (
workingPath As String,
exportPath As String,
fileNameWithoutExtension As String,
headerFields As IEnumerable(Of Field),
sevConnectionString As String,
exportType As ExportType,
registrationId As Integer,
clientId As Integer
) As IFileSet
public:
virtual IFileSet^ GetNewFileSet(
String^ workingPath,
String^ exportPath,
String^ fileNameWithoutExtension,
IEnumerable<Field^>^ headerFields,
String^ sevConnectionString,
ExportType exportType,
int registrationId,
int clientId
) sealed
abstract GetNewFileSet :
workingPath : string *
exportPath : string *
fileNameWithoutExtension : string *
headerFields : IEnumerable<Field> *
sevConnectionString : string *
exportType : ExportType *
registrationId : int *
clientId : int -> IFileSet
override GetNewFileSet :
workingPath : string *
exportPath : string *
fileNameWithoutExtension : string *
headerFields : IEnumerable<Field> *
sevConnectionString : string *
exportType : ExportType *
registrationId : int *
clientId : int -> IFileSet
function GetNewFileSet(workingPath, exportPath, fileNameWithoutExtension, headerFields, sevConnectionString, exportType, registrationId, 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:
IFileSetImplements
IFileSetPoviderGetNewFileSet(String, String, String, IEnumerableField, String, ExportType, Int32, Int32)
See Also