ConfigurationNodeTConfigSaveConfiguration Method

Saves a new configuration value for the node. Only safe to call if GetCapabilities returns the Configuration flag.

Definition

Namespace: MFiles.VAF.AdminConfigurations
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public override void SaveConfiguration(
	IConfigurationRequestContext context,
	string configuration,
	ClientOperations clientOps
)

Parameters

context  IConfigurationRequestContext
The context for the request.
configuration  String
The configuration text to save.
clientOps  ClientOperations
Interface for triggering client updates based on the new configuration.

Implements

IConfigurationDomainNodeSaveConfiguration(IConfigurationRequestContext, String, ClientOperations)

See Also