ClientDirectiveType Enumeration |
Directives available for controlling the behavior of the
configurator client with responses to a domain's custom commands.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic enum ClientDirectiveType
Public Enumeration ClientDirectiveType
public enum class ClientDirectiveType
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Undefined.
|
| ShowMessage | 1 |
Directive to show a message to the user.
|
| AddDomain | 2 |
Directive to add a domain to the navigation tree.
|
| RemoveDomain | 3 |
Directive to remove a domain from the navigation tree.
|
| ReloadDomain | 4 |
Removes and then re-adds a domain.
|
| AuthenticateUser | 5 |
Directive to authenticate a user.
|
| RevalidateDomain | 6 |
Directive to revalidate a domain.
|
| RefreshDashboard | 7 |
Directive to refresh a domain's dashboard.
|
| LoadConfiguration | 8 |
Directive to load new configuration content for a domain into the editor.
|
| UpdateStatusSummary | 9 |
Directive containing a new status summary for a domain.
|
| UpdateCommands | 10 |
Directive containing a full, updated list of available domain commands.
|
| UpdateDashboardContent | 11 |
Directive containing updated dashboard content for the domain.
|
| UpdateDomain | 12 |
Directive containing that updates part of a domain definition, or
values loaded for it.
|
| ShowModalDashboard | 13 |
Directive containing dashboard content to show in a modal dialog to the user.
|
| RefreshMetadataCache | 14 |
Directive that triggers a metadata structure cache refresh on the client.
|
See Also