FileProcess Constructor (String, Byte)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic FileProcess(
string filename,
byte[] contents
)
Public Sub New (
filename As String,
contents As Byte()
)
public:
FileProcess(
String^ filename,
array<unsigned char>^ contents
)
new :
filename : string *
contents : byte[] -> FileProcess
DMLibrary.SEV.FileProcess = function(filename, contents);
Parameters
- filename
- Type: SystemString
- contents
- Type: SystemByte
See Also