EMSmartListRefreshResult Constructor (Int32, Int32)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMSmartListRefreshResult(
int listID,
int count
)
Public Sub New (
listID As Integer,
count As Integer
)
public:
EMSmartListRefreshResult(
int listID,
int count
)
new :
listID : int *
count : int -> EMSmartListRefreshResult
DMLibrary.EMSmartListRefreshResult = function(listID, count);
Parameters
- listID
- Type: SystemInt32
- count
- Type: SystemInt32
See Also