我如何知道用户是否在 OpenFileDialog 中选择了 SharePoint 文件?

发布于 2024-09-27 02:54:40 字数 137 浏览 7 评论 0原文

在 OpenFileDialog 中,用户可以输入 SharePoint 站点的地址并选择文档库中的文档。 我需要为 SharePoint 文档提供签入/签出集成。有什么方法可以确定文件是否存储在 SharePoint 文档库中?

提前致谢!

In an OpenFileDialog, the user can enter the address of the SharePoint site and select a document in the document library.
I need to provide check-in/check-out integration for SharePoint documents. Is there any way to determine if the file is stored in a SharePoint document library?

Thanks in advance!

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

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

发布评论

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

评论(1

心舞飞扬 2024-10-04 02:54:40

对话框返回后,您可以检查所选文件的值。如果有值,他们可能选择了一个文件。您可以通过尝试打开文件来验证是否确实选择了该文件。

从这里开始: http://msdn.microsoft.com/ en-us/library/system.windows.forms.openfiledialog.aspx

After the dialog returns, you can check the value of the selected file. If there's a value, they probably selected a file. You can validate that a file was actually selected by attempting to open the file.

Start here: http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx

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