DMPreferenceList Constructor
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMPreferenceList(
int ListID,
string Name,
string Description,
bool Selected
)
Public Sub New (
ListID As Integer,
Name As String,
Description As String,
Selected As Boolean
)
public:
DMPreferenceList(
int ListID,
String^ Name,
String^ Description,
bool Selected
)
new :
ListID : int *
Name : string *
Description : string *
Selected : bool -> DMPreferenceList
DMLibrary.DMPreferenceList = function(ListID, Name, Description, Selected);
Parameters
- ListID
- Type: SystemInt32
- Name
- Type: SystemString
- Description
- Type: SystemString
- Selected
- Type: SystemBoolean
See Also