EMLookupTableGetLookupTableRecords Method

Alterian Email Manager 6.2.3 SDK Help File
Get lookup table records for a range of lookup table rows

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

Syntax
public static IList<DMLookupRecord> GetLookupTableRecords(
	DMToken token,
	int campaignDocumentId,
	int loookupTableId,
	int skip,
	int take
)

Parameters

token
Type: DMToken
Authentication Token.
campaignDocumentId
Type: SystemInt32
loookupTableId
Type: SystemInt32
Id of the lookup table.
skip
Type: SystemInt32
Number of rows to skip before returning results.
take
Type: SystemInt32
Maximum number of rows to return.

Return Value

Type: IListDMLookupRecord
A list of DMLookupRecords
See Also