EMCompatibleField Constructor (Int32, String, IntCollection)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMCompatibleField(
int id,
string name,
IntCollection commonLists
)
Public Sub New (
id As Integer,
name As String,
commonLists As IntCollection
)
public:
EMCompatibleField(
int id,
String^ name,
IntCollection^ commonLists
)
new :
id : int *
name : string *
commonLists : IntCollection -> EMCompatibleField
DMLibrary.EMCompatibleField = function(id, name, commonLists);
Parameters
- id
- Type: SystemInt32
- name
- Type: SystemString
- commonLists
- Type: IntCollection
See Also