Question

I am new one to sharepoint. I want to gather all the methods and class available in sharepoint. Where I can get them. Just like API. I searched with Sharepoint API in google. But results are not much pretty match. Can you please suggest me any link or document in which i have all the methods and classes for sharepoint.

Thanks

Was it helpful?

Solution

Try this one Link

These contains some of the classes and methods

OTHER TIPS

This should have what you're looking for: http://msdn.microsoft.com/en-us/library/ee557253.aspx

The main part of the SharePoint API is located in the Microsoft.SharePoint.dll. All classes there are up to your disposition =). Another part of the SharePoint API is located here c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI. All the ddls contain some API for a certain part of SharePoint. Moreover there are asmx and svc services that are also located there and they provide more API to SharePoint. And there are also certain assmeblies and services in the GAC and other locations that also provide APIs to other parts of SharePoint.

As you can see the API is really broad and efforts you're gonna spend trying to document them all are enormous. I doubt if they are really documented properly by Microsoft for public use. So now you probably realize why google gave you nothing on SharePoint API. I hope I answered your actual question but I still cannot imagine why you need such a document. If you need it to solve some problem with it, it is definitely not the best way to go. So post here your actual problem so we could help.

Good luck!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top