AdminConfigurationManagerBase Methods

Methods

AddRootNode Registers the root node and all of its subnodes to M-Files Admin.
CreateCommandDefinition Converts a CustomDomainCommand into a serializable ConfigurationDomainCommand understood by MFAdmin.
CreateCommandMethodSource Creates a method source MFAdmin can use to trigger a custom command.
CreateDomainDefinition Converts a IConfigurationDomainNode into a serializable ConfigurationDomain understood by MFAdmin.
CreateReadWriteConfigurationSourceDefinition Creates a read-write source definition that MFAdmin can use to read and write a node's configuration.
CreateSourceDefinition Creates a standard read-only source definition that MFAdmin can use to request specific information from the server.
Dispose Disposes of the manager and unregistered all domains that has been registered by it.
Dispose(Boolean)  
ExecuteBuiltInCommand Executes a built-in node command.
ExecuteCustomCommand Executes a custom node command.
GetCommands Delegates the GetCommands command to the node.
GetConfiguration Delegates the GetConfiguration command to the node.
GetDashboard Delegates the GetDashboard command to the node.
GetNodeReference Gets a reference for a node that can be used in a directive. Typically this is the node id, or some form of path or both.
GetPlugins  
GetSchema Delegates the GetSchema command to the node.
GetStatus Delegates the GetStatus command to the node.
GetSubDomains Delegates the GetSubDomains command to the node.
ProcessRequest(IConfigurationRequestContext, DomainNodeLocation, String, String) Executes a command for a node and returns the serialized results.
ProcessRequest(IConfigurationRequestContext, String, String, String) Executes a command for a node and returns the serialized results.
ResolveNodeReference Resolves a node and its location from a reference.
SaveConfiguration Delegates the SaveConfiguration command to the node.
UnRegisterRootNode Removes the registration of the given domain.
Validate Delegates the Validate command to the node.

See Also