NotifyOrderMedium

This property indicates whether the filter has registered as medium priority. When a notification occurs, if the filter has registered for that notification, medium priority filters are processed after high priority filters, but before low priority filters. If other filters have also registered as low priority, then the filters will be processed in the order they appear in the FilterLoadOrder property.

Data type Boolean
Default value FALSE
Inheritance Not inheritable

Access Locations

This property is accessible at the following locations:

Metabase Path Key Type
/LM/W3SVC/Filters/Filter IIsFilter
/LM/W3SVC/N/Filters/Filter IIsFilter

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Note   This property is a bitmask flag of the identifier MD_FILTER_FLAGS.

Metabase identifier MD_FILTER_FLAGS
Metabase bitmask identifier MD_NOTIFY_ORDER_MEDIUM
Data type DWORD_METADATA
User type IIS_MD_UT_SERVER
Metabase bitmask value 0x00040000

See Also

FilterFlags