Skip to main content
Does anybody know where can I find method and property descriptions for the K2SPSList class?
I was trying to look for that API too in the Help/SDK K2 provided. I finally found what I was looking for in the code of a Sharepoint Event. This is probably what you're looking for as well.

What you need is on the Sharepoint Server, you need to install the K2 Sharepoint Web Services from the K2 installation. Once you've installed it you should be able to go to any site or the top level site and add "_vti_bin/K2SpsList.asmx" to the URL. So the whole address will be "HTTP://YourSharepointSite/_vti_bin/K2SpsList.asmx" This will pull up the K2 Sharepoint Web Service that K2 uses to connect with Sharepoint. From that Page it lists all the methods in the K2SpsList.dll and shows examples of them.

Reply