从文档库获取修剪后的文档列表(专业版)
因此,我正在构建一个模块,必须在其中向内置文档库功能添加注释功能。我正试图找到我从哪里提取文件。我还希望对列表进行安全修剪。我真的希望有一个 API,而且我不必构建一个在文档库更新时中断的手动解决方案...
有关从哪里获取此信息的任何帮助吗?
So I'm building a module where I have to add commenting ability to the built-in Document library feature. I'm trying to find where I pull the documents from. I also want the list security-trimmed. I'm really hoping there's an API and I don't have to build a manual solution that breaks on an update of the document library...
Any help on where to get this information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您也许能够使用 DNN 文件选取器控件,或重新调整其部分逻辑的用途。
Codeplex 上提供的源代码包含检索用户文件夹的示例和检索文件夹(用户)文件的示例:
http://dotnetnuke.codeplex.com/SourceControl/changeset/view/58672#612642
和
You may be able to use the DNN File Picker control, or re-purpose some of it's logic.
The source code available on Codeplex has examples of retrieving folders for a user and an example of retrieving files for a folder (for a user):
http://dotnetnuke.codeplex.com/SourceControl/changeset/view/58672#612642
and