Visual Studio 2010 中事件接收器的问题
我试图弄清楚如何从 base.ItemAdding(properties); 获取列表项的标题。 我知道它在属性中的某个位置,因为我想要做的是复制刚刚添加到另一个列表中的项目,这意味着相同的项目将被添加到另一个列表中,任何人都可以帮助我从刚刚添加的项目,例如标题、描述……
已经谢谢了。
I am trying to figure out how to get the title of a list item from the base.ItemAdding(properties);
I know it's somewhere in properties, because what I want to do is copy the item that was just added to another list, meaning that the same item will be added to another list, can anyone help me get the the value of the fields from the item that was just added, such as title, description, ...
Thanks already.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿 - 将来如果您使用 ItemAdding 事件 - 您可以访问 AfterProperties 集合中的属性
Hey - in the future if you are using the ItemAdding event - you can access properties from the AfterProperties collection