DMFTPUserType Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
Defines various types of FTP users.
Namespace:
DMLibrary
Assembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMFTPUserType
Public Enumeration DMFTPUserType
public enum class DMFTPUserType
DMLibrary.DMFTPUserType = function();
DMLibrary.DMFTPUserType.createEnum('DMLibrary.DMFTPUserType', false);
Members | Member name | Value | Description |
---|
| NA | 0 | |
| Normal_User | 1 | A normal login user. |
| SA_User | 2 | System admin user. |
| Token_User | 3 | User who has access via a static token. |
See Also