EMLookupTablesGetLookupTableColumns Method (DMToken, Int32)

Alterian Email Manager 6.2.3 SDK Help File
Gets the collection of lookup table columns from the db.

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

Syntax
public static List<DMLookupColumn> GetLookupTableColumns(
	DMToken token,
	int lookupId
)

Parameters

token
Type: DMToken
Authentication Token.
lookupId
Type: SystemInt32
Lookup Id of the table.

Return Value

Type: ListDMLookupColumn
A collection of lookup table columns.
See Also