访问启动工作流程的 SharePoint 列表
我被告知我需要引用 SPWorkflow ParentItem。但我不确定语法。有人可以帮忙吗?
I've been told that I need to reference the SPWorkflow ParentItem. I'm not sure on the syntax though. Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您位于工作流程本身内部,那么您的工作流程将有一个“workflowProperties”对象,并且将是 Zincorp 答案中引用的类型。
您需要获取其 .List 属性或 .ListUrl 甚至 .ListId,然后才能获取 SPList。
If you're inside the workflow itself then your workflow will have a "workflowProperties" object and will be of the type referenced in zincorp's answer.
You'll need to get its .List property or .ListUrl or even .ListId and then you'll be able to get at the SPList.
http://msdn.microsoft.com/ zh-cn/library/microsoft.sharepoint.workflow.spworkflowactivationproperties.list.aspx
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.workflow.spworkflowactivationproperties.list.aspx