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