Click or drag to resize

ICMSPluginStartup Interface


Interface for custom Owin startup classes. Use CMSPlugin attribute to set load order. Will be loaded in CMSPlugin Attribute order, then by class name.

Namespace:  Ingeniux.CMS.Plugins
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
[CMSPluginAttribute(0)]
public interface ICMSPluginStartup

The ICMSPluginStartup type exposes the following members.

Methods
  NameDescription
Public methodConfiguration
Top
See Also