EMSmartListRefreshResult Constructor (Int32, Int32, String)
|
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,
string error
)
Public Sub New (
listID As Integer,
count As Integer,
error As String
)
public:
EMSmartListRefreshResult(
int listID,
int count,
String^ error
)
new :
listID : int *
count : int *
error : string -> EMSmartListRefreshResult
DMLibrary.EMSmartListRefreshResult = function(listID, count, error);
Parameters
- listID
- Type: SystemInt32
- count
- Type: SystemInt32
- error
- Type: SystemString
See Also