BasicModuleMoveConfigurationNamespace Method

Move configuration content from under old namespace to new namespace.

Definition

Namespace: MFiles.VAF.Module
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void MoveConfigurationNamespace(
	Vault vault,
	string oldspace,
	string newspace
)

Parameters

vault  Vault
The vault.
oldspace  String
Old namespace from where to take.
newspace  String
New namespace where to place.

See Also