where is csharp source code is used sharepoint [closed]

强颜欢笑 提交于 2019-12-10 12:37:28

问题


please provide the csharp area in sharepoint. what are the part csharp source is used. how can be document loaded in the sharepoint. whether it can be done through by c sharp.


回答1:


Almost everything on SP is built into assemblies, so you can't see the C# source. You can use a tool like Reflector to disassemble these assemblies (but they could be obfuscated).

If you want to upload documents through C# have a look at the WebServices. Here's a pretty good tutorial.



来源:https://stackoverflow.com/questions/3298999/where-is-csharp-source-code-is-used-sharepoint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!