Sitecore 8.1 - Sitecore.Pipelines.GetPageEditorNotifications 去了哪里?

Sitecore 8.1 - where did Sitecore.Pipelines.GetPageEditorNotifications go?

我们有一个 Sitecore 7.5 站点,我们正在测试升级到 8.1。我们的 7.5 解决方案利用 Sitecore.Pipelines.GetPageEditorNotifications 命名空间在页面编辑器中提示用户某些条件。

我们的项目不会在 Sitecore.Kernel 8.1 下构建,因为该命名空间不再存在。有谁知道是搬家了还是改名了?或者是否有一种新方法可以在体验编辑器中显示用户消息?

我在 8.1 更新 1 中显示它仍然存在。它在 Sitecore.ExperienceEditor dll 中。

查看 Sitecore.ExperienceEditor.config

      <getPageEditorNotifications>
        <processor type="Sitecore.Pipelines.GetPageEditorNotifications.GetWorkflowNotification, Sitecore.ExperienceEditor" />
        <processor type="Sitecore.Pipelines.GetPageEditorNotifications.NeverPublishNotification, Sitecore.ExperienceEditor" />
        <processor type="Sitecore.Pipelines.GetPageEditorNotifications.FallbackFieldsCountNotification, Sitecore.ExperienceEditor" />
        <processor type="Sitecore.Pipelines.GetPageEditorNotifications.ReadOnlyNotification, Sitecore.ExperienceEditor" />
        <processor type="Sitecore.Pipelines.GetPageEditorNotifications.GetLockingNotification, Sitecore.ExperienceEditor" />
        <processor type="Sitecore.Pipelines.GetPageEditorNotifications.GetWriteAccessDeniedNotification, Sitecore.ExperienceEditor" />
      </getPageEditorNotifications>