Click or drag to resize
ProcessingPriorityAttribute Class
When used on an IPreInitAttribute attribute implementation, denotes the order of processing relative to other IPreInitAttribute implementations within an assembly. Lower Priority number means higher priority in processing. When the attribute is not present, priority 0 is assumed.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.Core.InternalProcessingPriorityAttribute

Namespace: CMS.Core.Internal
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public class ProcessingPriorityAttribute : Attribute

The ProcessingPriorityAttribute type exposes the following members.

Constructors
  NameDescription
Public methodProcessingPriorityAttribute
Initializes a new instance of the ProcessingPriorityAttribute class with given priority.
Top
Properties
  NameDescription
Public propertyPriority
Gets the processing priority number.
Top
See Also