开发者

Downloading files from Sharepoint server using c#

开发者 https://www.devze.com 2023-03-13 19:46 出处:网络
I am new to sharepoint and i dont have enough knowledge about it. I wants to make a web application using c#. This application will be downloading the files from sharepoint开发者_StackOverflow server

I am new to sharepoint and i dont have enough knowledge about it. I wants to make a web application using c#. This application will be downloading the files from sharepoint开发者_StackOverflow server which is having some files on it. Can anybody help me in this if this is possible? >>

Thanks in Advance

Chetz


When do the files need to be downloaded? If once a day, i would suggest to use a timerjob (a scheduled event in sharepoint). Else, you need to create a Filesystemwatcher (service) that checks a folder if a new file is added and than add it to sharepoint.

To create a webapplication, I suggest to user a "farm feature". When activating this feature, a webapplication can be created.

0

精彩评论

暂无评论...
验证码 换一张
取 消