Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wpf Sharepoint作为CMS_Wpf_Web Services_Sharepoint_Content Management System - Fatal编程技术网

Wpf Sharepoint作为CMS

Wpf Sharepoint作为CMS,wpf,web-services,sharepoint,content-management-system,Wpf,Web Services,Sharepoint,Content Management System,我正在考虑使用Sharepoint作为WPF应用程序的CMS,我希望创建某种存储库并使用.NETWeb服务访问它。存储库只是一些图像,可能还有一些关于图像的元数据(名称、描述等) 我一直坚持使用Sharepoint,所以另一个系统实际上不是一个选择 有人对此有任何联系或经验吗 我不是SharePoint新手,我只是找不到任何版本的使用,如果我需要插件,安全性,一般怎么处理。 < P>你可以用SharePoint(SharePoint基金会,以前是Windows SharePoint Servic

我正在考虑使用Sharepoint作为WPF应用程序的CMS,我希望创建某种存储库并使用.NETWeb服务访问它。存储库只是一些图像,可能还有一些关于图像的元数据(名称、描述等)

我一直坚持使用Sharepoint,所以另一个系统实际上不是一个选择

有人对此有任何联系或经验吗


我不是SharePoint新手,我只是找不到任何版本的使用,如果我需要插件,安全性,一般怎么处理。

< P>你可以用SharePoint(SharePoint基金会,以前是Windows SharePoint Services)的免费版本来完成,这是Windows Server附带的——不需要插件。 如果您只想在SharePoint中存储图像,可以通过web服务调用将其上载到文档库。如果希望能够直接在SharePoint中查看图像,请改用图片库。如列表中所示,您可以使用文档库和图片库。如果需要,您甚至可以让WPF应用程序创建库

正如亨利科指出的,您将要考虑是否将图像文件本身存储在SharePoint中,或者将文件存储在别处,并使用SharePoint存储路径。他的文章还指出了在SharePoint中存储图像的一些其他注意事项。请注意,他的文章提到直接使用SharePoint,但同样的考虑也适用

我不知道该怎么说安全性,因为SharePoint通过其正常的web界面和web服务支持授权和身份验证

我曾经使用SharePoint的托管版本存储从命令行应用程序上传的PDF,然后由单独的应用程序查看。它非常适合我的需要