NetServer Factory element
•
Environment: onsite
Some tooltip text!
• 1 minute to read
• 1 minute to read
These configuration values are used to access class factory information. The ClassFactory
is part of a NetServer extension mechanism to support plug-ins. Add entries for each dynamic link library containing custom archive providers, document or sentry plugins, and so on.
<Factory>
<CustomFactories>
<add key="FullClassNameToOverride" value="DevNetCustomFactories.dll" />
</CustomFactories>
<DynamicLoad>
<add key="MyArchiveProviders" value="DeNetArchiveProviders.dll" />
</DynamicLoad>
</Factory>
Name | Description |
---|---|
CustomFactories | Custom factories that are to replace the default factories. The name of the class to override is the key and the name of the assembly where the custom factory resides is the value. |
DynamicLoad | This is the most common way to extend NetServer, and it is used to create custom Archive and MDO Providers, Sentry and Document plug-ins, and more. Contains a list of assemblies dynamically loaded at runtime. Keys will be ignored, values must specify assemblies. |