SharePoint SPSiteDataQuery 根据文档扩展名(如 doc、pdf、xls、
谁能告诉我如何使用基于文档扩展名的 SPSiteDataQuery
过滤数据?我不想显示所有文档,而只想显示那些具有 doc、docx、xls、xlsx、pdf 等扩展名的文档。
感谢您的帮助。
Can anyone tell me how can I filter data using SPSiteDataQuery
based on document extensions? I don't want to show all documents but only those that have the extensions like doc, docx, xls, xlsx, pdf.
Thank you for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以对
File_x0020_Type
列进行过滤:You could filter on the
File_x0020_Type
column: