SPSite.GetCustomListTemplates() 未提取自定义列表模板
我正在从自定义模板以编程方式添加自定义列表。我检查自定义列表模板是否存在,如果不存在,我通过创建列表然后使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读我对此的回答 问题。这样,您应该从 GetCustomListTemplates 获得结果,而不仅仅是一个空列表。
Read my answer to this question. With that you should get a result from GetCustomListTemplates instead of just an empty list.