M-Files API 23.11.13135.0
Set Method
LoginAccount Object : Set Method
Description
Sets information for the login.
Syntax
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 _
) 
Parameters
LoginAccountType
ValueDescription
MFLoginAccountTypeMFilesSpecifies the login with M-Files credentials.
MFLoginAccountTypeWindowsSpecifies the login with Windows credentials.
DomainName
UserName
ServerRoles
ValueDescription
MFLoginServerRoleBackupOperatorBackup operator.
MFLoginServerRoleLogInAllows login to the server.
MFLoginServerRoleNoneNone.
MFLoginServerRoleSystemAdministratorSystem administrator.
MFLoginServerRoleVaultCreatorVault creator.
FullName
EmailAddress
LicenseType
ValueDescription
MFLicenseTypeConcurrentUserLicenseConcurrent user license.
MFLicenseTypeNamedUserLicenseNamed user license.
MFLicenseTypeNoneNo license.
MFLicenseTypeReadOnlyLicenseRead-only license.
See Also

LoginAccount Object  | LoginAccount Members