SPSite.GetCustomListTemplates() 未提取自定义列表模板

发布于 2024-11-30 01:45:22 字数 219 浏览 2 评论 0原文

我正在从自定义模板以编程方式添加自定义列表。我检查自定义列表模板是否存在,如果不存在,我通过创建列表然后使用 SPList.SaveAsTemplate() 方法将其保存为模板来创建列表模板。但是,在同一计时器作业期间,我尝试获取列表模板,但它没有显示在 SPSite.GetCustomListTemplates() 方法中。但它确实显示在列表模板库下的 UI 中。知道为什么它会显示在 UI 中但不会在方法调用中返回吗?

I am adding custom lists programmaticaly from a custom template. I check to see if the custom list template exists, and if not I create the list template by creating a list and then saving it as a template using the SPList.SaveAsTemplate() method. However, during the same timer job, I try to get the list template, but it doesn't show in the SPSite.GetCustomListTemplates() method. It does however show in the UI under the List Template Gallery. Any idea as to why it would show in the UI but not be returned in the method call?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

黑凤梨 2024-12-07 01:45:22

阅读我对此的回答 问题。这样,您应该从 GetCustomListTemplates 获得结果,而不仅仅是一个空列表。

Read my answer to this question. With that you should get a result from GetCustomListTemplates instead of just an empty list.

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