开发者

where is csharp source code is used sharepoint [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

please provide the csharp area in sharepoint. what are the part csharp source is used. how can be document l开发者_开发知识库oaded in the sharepoint. whether it can be done through by c sharp.


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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜