exam questions

Exam 70-488 All Questions

View all questions & answers for the 70-488 exam

Exam 70-488 topic 1 question 29 discussion

Actual exam question from Microsoft's 70-488
Question #: 29
Topic #: 1
[All 70-488 Questions]

DRAG DROP -
You create a solution to access data contained in SharePoint by using a client-side object model (CSOM).
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: ClientContext -
Need this variable as is it used in line 2 (clientContect.Credentials = ).

Box 2: CollListItem -
Need this variable in the next line.

Box 3: Load -
ClientRuntimeContext.Load retrieves the properties of the object from server to client.

Box 4: ExecuteQuery -
ClientContext.ExecuteQuery executes the current set of data retrieval queries and method invocations.
Reference: ClientContext methods

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...