Example Configuration - Archive Services for Microsoft SharePoint - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Archive Services for Microsoft SharePoint

Platform
OnBase
Product
Archive Services for Microsoft SharePoint
Release
Foundation 22.1
License
Premier
Standard
Essential

The following example illustrates the new web.config entries in context. The Application Server's web.config file contains configuration information for other OnBase services and modules, but this example displays information for only Archive Services for Microsoft SharePoint.

<configuration>
    <configSections>
        <section name="Hyland.Applications.Sharepoint.Services" type="Hyland.Applications.Sharepoint.Services.ConfigurationHandler,Hyland.Applications.Sharepoint.Services" />
    </configSections>
    <Hyland.Applications.Sharepoint.Services>
        <PoolSize max="5" min="1" />
        <ExpandKeysets value="true" />
    </Hyland.Applications.Sharepoint.Services>
...
</configuration>