SharePoint 2007 - 将事件处理程序与特定列表绑定

发布于 2024-11-09 18:25:17 字数 321 浏览 3 评论 0原文

如何将事件处理程序与特定列表绑定? 在 SP 2010 中我使用这个:

<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Receivers ListUrl="url_to_my_list">
        ...
    </Receivers>
</Elements>

但在 SP 2007 中 ListUrl 属性不存在! 请帮忙:)

How to bind event handler with specific list?
In SP 2010 i'm using this:

<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Receivers ListUrl="url_to_my_list">
        ...
    </Receivers>
</Elements>

But in SP 2007 ListUrl property not exist!
Help, please :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

做个少女永远怀春 2024-11-16 18:25:17

您只需指定该列表实例必须所属类型的 templateid,并在 FeatureActivated 事件中添加代码以将该功能关联到该特定实例。
如果您没有同意我的要求,转到这篇文章。

You can just specify the templateid of the type to which that list instance must be belonging and add code in FeatureActivated event to associate the feature to that particular instance.
If you are not cleared with me, Go to this article.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文