Timeline for Windows Forms Application - How to connect to FBA site
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 15, 2012 at 18:36 | comment | added | RJ Cuthbertson | Yep, ClientContext is your central object to access your SharePoint environment via the CSOM. Very similar to SPContext in the server-side model. | |
| Oct 15, 2012 at 17:04 | vote | accept | Matt | ||
| Oct 15, 2012 at 17:03 | comment | added | Matt | Yes, I just didn't realize at first the true involvement of the clientcontext when used alongside other SharePoint things like List, Web, and Site, etc. I did some more digging and found examples of ClientContext in action and everything started falling into place | |
| Oct 15, 2012 at 15:49 | comment | added | RJ Cuthbertson | Did you load the ClientContext? It works. | |
| Oct 15, 2012 at 15:16 | comment | added | Matt | Thanks, but this is not working out for me, either. there seems to be some piece missing between me having this client context object and having usable SPSite and SPWeb objects. | |
| Oct 15, 2012 at 14:48 | history | answered | RJ Cuthbertson | CC BY-SA 3.0 |