M-Files Vault Application Framework
C#
Show/Hide TOC
Client
Operations
Refresh
Dashboard Method
Invalidates a node's dashboard, forcing it to refresh if it is currently viewed, or the next time a user tries to view it.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
void
RefreshDashboard
(
DomainNodeLocation
nodeLocation
=
null
)
Parameters
nodeLocation
DomainNodeLocation
(Optional)
The node whose dashbaord should be refreshed. If not defined, the
DefaultNodeLocation
is assumed.
See Also
Reference
ClientOperations Class
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
See Also