访问启动工作流程的 SharePoint 列表

发布于 2024-09-09 00:31:26 字数 55 浏览 0 评论 0原文

我被告知我需要引用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

紧拥背影 2024-09-16 00:31:27

如果您位于工作流程本身内部,那么您的工作流程将有一个“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文