EMVariableGetSharedVariables Method
|
Alterian Email Manager 6.2.3 SDK Help File
Get Shared Variables in EM. Uses paging style.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static List<EMVariable> GetSharedVariables(
DMToken token,
int pageNum,
int recordsPerPage
)
Public Shared Function GetSharedVariables (
token As DMToken,
pageNum As Integer,
recordsPerPage As Integer
) As List(Of EMVariable)
public:
static List<EMVariable^>^ GetSharedVariables(
DMToken^ token,
int pageNum,
int recordsPerPage
)
static member GetSharedVariables :
token : DMToken *
pageNum : int *
recordsPerPage : int -> List<EMVariable>
DMLibrary.EMVariable.GetSharedVariables = function(token, pageNum, 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