FileProcessRequestFile Method (DMToken, String)
|
Alterian Email Manager 6.2.3 SDK Help File
In the event a file wasn't received properly, we can ask for a specific file and the delivery date will be updated
Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static byte[] RequestFile(
DMToken userToken,
string fileName
)
Public Shared Function RequestFile (
userToken As DMToken,
fileName As String
) As Byte()
public:
static array<unsigned char>^ RequestFile(
DMToken^ userToken,
String^ fileName
)
static member RequestFile :
userToken : DMToken *
fileName : string -> byte[]
DMLibrary.SEV.FileProcess.RequestFile = function(userToken, fileName);
Parameters
- userToken
- Type: DMToken
- fileName
- Type: SystemString
Return Value
Type:
Byte
See Also