1.

Server and Client equivalent objects model in sharepoint 2010

Answer»

Below are the list of server client objects MODEL in sharepoint 2010

Below are the list of server client objects model in sharepoint 2010.
(1)Server Model
(2)JavaScript Model
(3)Managed Model
(4)Silverlight Model

(1)(a)SPContext
(2)(a)ClientContext
(3)(a)ClientContext
(4)(a)ClientContext


(1)(b)SPSite
(2)(b)Site
(3)(b)SPSite
(4)(b)SPSite


(1)(c)SPField
(2)(c)Field
(3)(c)Field
(4)(c)Field


(1)(d)SPListItem
(2)(d)LISTITEM
(3)(d)ListItem
(4)(d)ListItem


(1)(E)SPList
(2)(e)List
(3)(e)List
(4)(e)List


(1)(f)SPWeb
(2)(f)Web
(3)(f)Web
(4)(f)Web



Discussion

No Comment Found