AdminConfigurationManagerBaseSaveConfiguration Method

Delegates the SaveConfiguration command to the node.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual ConfigurationDomainCommandResponse SaveConfiguration(
	IConfigurationRequestContext context,
	DomainNodeLocation nodeLocation,
	string configuration
)

Parameters

context  IConfigurationRequestContext
The request context that is triggering the command.
nodeLocation  DomainNodeLocation
The the node to trigger the command on.
configuration  String
The configuration text to save.

Return Value

ConfigurationDomainCommandResponse
Response for the client.

See Also