A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class BusinessManagerSection

Represents Business Manager Section.

Inheritance
System.Object
BusinessManagerSection
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0
Syntax
public class BusinessManagerSection : ConfigurationSection

Constructors

BusinessManagerSection()

Initializes a new instance of the BusinessManagerSection class.

Declaration
public BusinessManagerSection()

Properties

Handlers

Gets the handlers.

Declaration
public RequestHandlerElementCollection Handlers { get; }
Property Value
Type Description
RequestHandlerElementCollection

The handlers.

Plugins

Gets the plugins.

Declaration
public RequestPluginElementCollection Plugins { get; }
Property Value
Type Description
RequestPluginElementCollection

The plugins.