Which code segment should you use?

You create a modal dialog that displays a list of items.
You need to capture the items selected by a user.
Which code segment should you use?
A. SPItem item = SPContext.Current.Item;
B. var items = SP.ListOperation.Current.Item();
C. var items = SP.ListOperation.Selection.getSelectedItems();
D. var item = SPContext.Current.Item["Selected"];

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.