以编程方式设置文档库的文档模板
我正在从事件接收器创建文档库。我想将文档库更改为自定义 Word 文档。在用户界面中,只需更改文档库高级设置下的文档模板属性中的模板 URL 值即可完成此操作。我不知道如何通过代码来做到这一点。
我也愿意使用已设置的文档模板来创建列表模板,但我更愿意采用另一条路线,以便保留使用不同模板设置每个文档库的灵活性。
谢谢。
I am creating a Document Library from an event receiver. I would like to change the Document Library to a custom Word document. In the user interface, this is simply done by changing the Template URL value in the Document Template property under Document Library Advanced Settings. I'm not sure how to do this via code.
I would also be open to creating a list template with my document template already setup, but I'd prefer to go the other route so I retain the flexibility of setting up each document library with a different template.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在该功能的 elements.xml 的内容类型定义中指定它,并添加模块文件引用。
将模板复制到功能目录,并在 feature.xml 的 ElementsManifest 部分中添加对其的 ElementFile 引用。
Specify it within your content type definition in the elements.xml for the feature and add a module file reeference.
Copy the template to your feature directory and add an ElementFile reference to it within the ElementsManifest section of your feature.xml.