使用 SharePoint 2010 中的 SP 对象模型从列表中删除工作流
我有兴趣使用 SP 对象模型从列表中删除工作流程。我该怎么做?
我今天在谷歌上运气不太好!
I am interested in removing a Workflow from the list using the SP Object Model. How can I do this?
I am not having much luck with Google today!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的。这是我编写的从列表中删除工作流程的函数。希望它对某人有帮助:)
OK. So here is the function I wrote that removes the Workflow from the list. Hope it helps someone :)
试试这个代码,
它对我有效......
Try this code,
Its working on my end...