Class NetServerLocalOptions
Options for configuring SuperOffice Local (SoDataBase)
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: SoDataBase.dll
Syntax
public class NetServerLocalOptions
Constructors
NetServerLocalOptions()
Options for configuring SuperOffice Local (SoDataBase)
Declaration
public NetServerLocalOptions()
Properties
CustomerServiceUrlResolverType
Type of ICustomerServiceUrlResolver used to resolve Customer Service urls. Default type is CustomerServiceUrlResolver
Declaration
public Type CustomerServiceUrlResolverType { get; set; }
Property Value
Type | Description |
---|---|
Type |
ExcludeSoArc2DocumentPlugin
Options for configuring SuperOffice Local (SoDataBase)
Declaration
public bool ExcludeSoArc2DocumentPlugin { get; set; }
Property Value
Type | Description |
---|---|
bool |
FlushCacheAndBroadcastPluginType
Options for configuring SuperOffice Local (SoDataBase)
Declaration
public Type FlushCacheAndBroadcastPluginType { get; set; }
Property Value
Type | Description |
---|---|
Type |
TempFileProviderType
Options for configuring SuperOffice Local (SoDataBase)
Declaration
public Type TempFileProviderType { get; set; }
Property Value
Type | Description |
---|---|
Type |