BasicModuleMoveConfigurationNamespace Method |
Move configuration content from under old namespace to new namespace.
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void MoveConfigurationNamespace(
Vault vault,
string oldspace,
string newspace
)
Public Sub MoveConfigurationNamespace (
vault As Vault,
oldspace As String,
newspace As String
)
public:
void MoveConfigurationNamespace(
Vault^ vault,
String^ oldspace,
String^ newspace
)
Parameters
- vault
- Type: Vault
The vault. - oldspace
- Type: SystemString
Old namespace from where to take. - newspace
- Type: SystemString
New namespace where to place.
See Also