London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BusinessManagerSection

Represents Business Manager Section.

Inheritance
System.Object
BusinessManagerSection
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.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.