IFileSetTrackMaxFieldLength Method
|
Alterian Email Manager 6.2.3 SDK Help File
Keep track of the max length string in a given field.
Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid TrackMaxFieldLength(
string fieldName,
string value
)
Sub TrackMaxFieldLength (
fieldName As String,
value As String
)
void TrackMaxFieldLength(
String^ fieldName,
String^ value
)
abstract TrackMaxFieldLength :
fieldName : string *
value : string -> unit
function TrackMaxFieldLength(fieldName, value);
Parameters
- fieldName
- Type: SystemString
- value
- Type: SystemString
See Also