Microsoft
70-573 · Question #222
You need to create a Web Part that displays all social tags entered by users. Which code segment should you use?
The correct answer is A. Dim session As New TaxonomySession(SPContext.Current.Site). See the full explanation below for the reasoning.
Question
You need to create a Web Part that displays all social tags entered by users. Which code segment should you use?
Options
- ADim session As New TaxonomySession(SPContext.Current.Site)
- BDim session As New TaxonomySession(SPContext.Current.Site)
- CDim socialTags As TermSet = DirectCast
- DDim socialTags As TermSet = DirectCast
How the community answered
(56 responses)- A86% (48)
- B4% (2)
- C2% (1)
- D9% (5)
Community Discussion
No community discussion yet for this question.