M-Files Vault Application Framework
C#
Show/Hide TOC
Client
Operations
Update
Commands Method
Udpates the list of avaliable commands. The updated list is retrieved from the corresponding node method.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
void
UpdateCommands
(
DomainNodeLocation
nodeLocation
=
null
)
Parameters
nodeLocation
DomainNodeLocation
(Optional)
The node to update the commands for. If not defined, the
DefaultNodeLocation
is assumed.
See Also
Reference
ClientOperations Class
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
See Also