EMVariableGetSharedVariables Method

Alterian Email Manager 6.2.3 SDK Help File
Get Shared Variables in EM. Uses paging style.

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

Syntax
public static List<EMVariable> GetSharedVariables(
	DMToken token,
	int pageNum,
	int recordsPerPage
)

Parameters

token
Type: DMToken
pageNum
Type: SystemInt32
Current page number to get
recordsPerPage
Type: SystemInt32
Total Number of Records Per Page to Grab

Return Value

Type: ListEMVariable
See Also