ClientOperationsReloadDomain Method

Completely reloads a domain in the MFAdmin configurator, but only if the parent domain has been loaded. Use this carefully, as it can be very destructive, and users can lose unsaved changes. Consider UpdateDomain instead, to try and make updates in place.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void ReloadDomain(
	DomainNodeLocation nodeLocation = null
)

Parameters

nodeLocation  DomainNodeLocation  (Optional)
The node to reload If not defined, the DefaultNodeLocation is assumed.

See Also