Download presentation
Presentation is loading. Please wait.
Published byDesirae Ley Modified over 10 years ago
4
What is all about and how does it work?
7
Client Application
9
Member names mostly the same from server to client (e. g., SPWeb.QuickLaunchEnabled = Web.QuickLaunchEnabled)
10
Site Web ListItem Field View Form Folder List NavigationNode Navigation UserCustomAction ContentType RoleDefinition WorkflowAssociation WorkflowTemplate RoleAssignment Change WebPart File User Interface Security Logic
11
clientContext.ExecuteQuery(); clientContext.Load(list); clientContext = new ClientContext(http://mysite);
12
Execute commands in the batch: Client.svc Sequence of commands: context.ExecuteQuery(); command 1; command 2; command 3; Send results back command 1; command 2; command 3; Process results Server Client Application
14
How do I utilize client object model in my windows apps?
16
©2010 Microsoft Corporation. All rights reserved. RTM Content - Published April 2010
21
Web Services Advanced Operations SharePoint Server Operations Web Services Advanced Operations SharePoint Server Operations Client OM Advanced List Operations Site Operations Security Client OM Advanced List Operations Site Operations SecurityREST Working with list data, fixed schema REST Working with list data, fixed schema
23
©2010 Microsoft Corporation. All rights reserved. RTM Content - Published April 2010
24
Silverlight XAP
29
©2010 Microsoft Corporation. All rights reserved. RTM Content - Published April 2010
31
REST access to SharePoint data
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.