Click or drag to resize
IInitAttribute Interface
Marks a method in class implementing this interface and deriving from Attribute as suitable to be executed during application initialization.

Namespace: CMS
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public interface IInitAttribute

The IInitAttribute type exposes the following members.

Properties
  NameDescription
Public propertyMarkedType
Type marked with this attribute.
Top
Methods
  NameDescription
Public methodInit
Method to be executed during application pre-initialization.
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also

Reference