FileProcessRequestFile Method (DMToken, Int32, ListExportType)

Alterian Email Manager 6.2.3 SDK Help File
Gets a file from ExportLog

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

Syntax
public static FileProcess RequestFile(
	DMToken userToken,
	int registrationId,
	List<ExportType> 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