M-Files API 23.11.13135.0
EnableCustomApplicationInVault Method
VaultCustomApplicationManagementOperations Object : EnableCustomApplicationInVault Method
The GUID of the target application.
Specifies whether the application is enabled or disabled.
Description
Enables or disables the specified custom application at vault level for all users.
Syntax
Visual Basic
Public Sub EnableCustomApplicationInVault( _
   ByVal ApplicationID As String, _
   ByVal Enabled As Boolean _
) 
Parameters
ApplicationID
The GUID of the target application.
Enabled
Specifies whether the application is enabled or disabled.
Remarks

Supported in M-Files 19.10.8340.0 and later.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultCustomApplicationManagementOperations Object  | VaultCustomApplicationManagementOperations Members