MCQs > IT & Programming > SharePoint > Which code segments would you use to add data to a field that has URL data type?

SharePoint MCQs

Which of the following code segments would you use to add data to a field that has URL data type?


Answer

Correct Answer: SPList m_list = m_web.Lists["Test"]; SPListItemCollection l_items = m_list.Items; SPListItem l_newItem = l_items.Add(); l_newItem["URL"] = "

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