在某些文档库事件上触发脚本?
有没有办法在 SharePoint 文档库中的特定事件上触发脚本?
如何控制这些事件?他们能被控制吗?它们是由 SharePoint 创建的吗?
我特别感兴趣的是在文档库中收到一些文件后将它们转换为 pdf,以便稍后根据某些用户的需求合并所有文件。我认为如果使用 ASP.net 来实现这一点会更容易。
Is there a way of triggering a script on certain event in a document library in SharePoint?
How can one control those events? can they be controlled at all? are they even created by SharePoint?
I'm specifically interested on converting some files into pdf upon they're received in the document library in order to merge all them later on certain user's demand. I think it's going to be easier if this is achieved using ASP.net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这些在 SharePoint 中称为“事件处理程序”或“事件接收器”。
Yes, those are called "Event Handlers" or "Event Receivers" in SharePoint.