FileProcessRequestFile Method (DMToken, Int32, ListExportType)
|
Alterian Email Manager 6.2.3 SDK Help File
Gets a file from ExportLog
Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static FileProcess RequestFile(
DMToken userToken,
int registrationId,
List<ExportType> fileTypes
)
Public Shared Function RequestFile (
userToken As DMToken,
registrationId As Integer,
fileTypes As List(Of ExportType)
) As FileProcess
public:
static FileProcess^ RequestFile(
DMToken^ userToken,
int registrationId,
List<ExportType>^ fileTypes
)
static member RequestFile :
userToken : DMToken *
registrationId : int *
fileTypes : List<ExportType> -> FileProcess
DMLibrary.SEV.FileProcess.RequestFile = function(userToken, registrationId, fileTypes);
Parameters
- userToken
- Type: DMToken
- registrationId
- Type: SystemInt32
- fileTypes
- Type: System.Collections.GenericListExportType
List of ExportType to return. If this list is empty, it returns back just the oldest, if it has things in it, it returns back the oldest in the list
Return Value
Type:
FileProcess
See Also