EMSmartListRefreshResult Class

Alterian Email Manager 6.2.3 SDK Help File
Represents the new row count of a smart list after a refresh has been processed.
Inheritance Hierarchy
SystemObject
  DMLibraryEMSmartListRefreshResult

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

Syntax
public class EMSmartListRefreshResult

The EMSmartListRefreshResult type exposes the following members.

Constructors
NameDescription
Public methodEMSmartListRefreshResult
Initializes a new instance of the EMSmartListRefreshResult class
Public methodEMSmartListRefreshResult(Int32, Int32)
Initializes a new instance of the EMSmartListRefreshResult class
Public methodEMSmartListRefreshResult(Int32, Int32, String)
Initializes a new instance of the EMSmartListRefreshResult class
Top
Properties
NameDescription
Public propertyCount
The number of rows in the smart list after the refresh.
Public propertyError
The error details message if the refresh attempt resulted in an error.
Public propertyListID
The ID of the list.
Top
See Also