Share via


NotificationHandlerClassName Element (AlertTemplates)

Applies to: SharePoint Foundation 2010

Specifies a class name for an alert notification handler.

<NotificationHandlerClassName>
</NotificationHandlerClassName>

Attributes

None

Child Elements

None

Parent Element

Properties

Example

<Properties>
   <NotificationHandlerAssembly>
      AlertHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d59ecf2a3bd66904
   </NotificationHandlerAssembly>
   <NotificationHandlerClassName>
      AlertHandler.Class1
   </NotificationHandlerClassName>
</Properties>