Table of Contents

Interface IInitAttribute

Namespace
CMS
Assembly
CMS.Core.dll

Marks a method in class implementing this interface and deriving from System.Attribute as suitable to be executed during application initialization.

public interface IInitAttribute
Extension Methods

Remarks

This API supports the framework infrastructure and is not intended to be used directly from your code.

Properties

MarkedType

Type marked with this attribute.

Type MarkedType { get; }

Property Value

Type

Methods

Init()

Method to be executed during application pre-initialization.

void Init()