ExtensionMethodAdminConfigurationManagerUnRegisterRootNode Method (String) |
Removes the registration of the given dn
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic void UnRegisterRootNode(
string nodeName
)
Public Sub UnRegisterRootNode (
nodeName As String
)
public:
void UnRegisterRootNode(
String^ nodeName
)
Parameters
- nodeName
- Type: SystemString
The name or id of the node to unregister.
See Also