SharePoint 2007 - 将事件处理程序与特定列表绑定
如何将事件处理程序与特定列表绑定? 在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需指定该列表实例必须所属类型的 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.