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

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

The IPreInitAttribute type exposes the following members.

Properties
  NameDescription
Public propertyMarkedType
Type marked with this attribute.
Top
Methods
  NameDescription
Public methodPreInit
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