MCQs > IT & Programming > SharePoint > Which code segments would you use if you wanted to update a list item without triggering an alert?

SharePoint MCQs

Which of the following code segments would you use if you wanted to update a list item without triggering an alert?


Answer

Correct Answer: SPList list = l_web.Lists["FinalTest"];SPListItemCollection listItemCollection;listItemCollection = list.Items;SPListItem listitem = listItemCollection[

Explanation:

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

SharePoint Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

SharePoint Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it