Sets information for the login.
| Visual Basic |
|---|
Public Sub Set( _ ByVal LoginAccountType As MFLoginAccountType, _ ByVal DomainName As String, _ ByVal UserName As String, _ ByVal ServerRoles As MFLoginServerRole, _ ByVal FullName As String, _ ByVal EmailAddress As String, _ ByVal LicenseType As MFLicenseType _ ) |
| Value | Description |
|---|---|
| MFLoginAccountTypeMFiles | Specifies the login with M-Files credentials. |
| MFLoginAccountTypeWindows | Specifies the login with Windows credentials. |
| Value | Description |
|---|---|
| MFLoginServerRoleBackupOperator | Backup operator. |
| MFLoginServerRoleLogIn | Allows login to the server. |
| MFLoginServerRoleNone | None. |
| MFLoginServerRoleSystemAdministrator | System administrator. |
| MFLoginServerRoleVaultCreator | Vault creator. |
| Value | Description |
|---|---|
| MFLicenseTypeConcurrentUserLicense | Concurrent user license. |
| MFLicenseTypeNamedUserLicense | Named user license. |
| MFLicenseTypeNone | No license. |
| MFLicenseTypeReadOnlyLicense | Read-only license. |