DMExportsExportFieldValues Method

Alterian Email Manager 6.2.3 SDK Help File

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

Syntax
public static Stream ExportFieldValues(
	DMToken token,
	int ExportID,
	int Page,
	int FieldID,
	int ListID,
	DMExportDataFormat Format,
	CompressionMethod Compression
)

Parameters

token
Type: DMToken
ExportID
Type: SystemInt32
Page
Type: SystemInt32
FieldID
Type: SystemInt32
ListID
Type: SystemInt32
Format
Type: DMLibraryDMExportDataFormat
Compression
Type: DMLibrary.StreamsCompressionMethod

Return Value

Type: Stream
See Also