AdminConfigurationManager Properties

Properties

ExtensionMethod The name of the VaultExtensionMethod to use in sources.
(Inherited from ExtensionMethodAdminConfigurationManager)
FileUploadMethod  
ProxyMethod The name of the private VaultExtensionMethod that is created to route configuration requests from the extension method to this object.
RegisteredRootNodes List of nodes that have been registered through this admin configuration manager.
(Inherited from AdminConfigurationManagerBase)
RegistrationNamespace The namespace where the root nodes are registered. Should be one of the values specified in ConfigurationDomainDefaultNamespaces.
(Inherited from AdminConfigurationManagerBase)
RootNamespace The base namespace to prepend to fully qualified node references.
(Inherited from ExtensionMethodAdminConfigurationManager)
RootNodes Currently registered root nodes.
(Inherited from AdminConfigurationManagerBase)
RootParentId The id of the domain to which root nodes are anchored. Depends on where the root nodes are registered.
(Inherited from AdminConfigurationManagerBase)
Vault The vault for which the configurations are being managed.
(Inherited from AdminConfigurationManagerBase)
VaultApplication The vault application for which configurations are being managed.

See Also