You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are in the process of running a training exercise. You are discussing a method of the
NavigationTermSet class that creates an editable NavigationTermSet object, which is bound to the
identified TermSet object.
Which of the following is the method being discussed?
A.
The GetAsResolvedByWeb method.
B.
The GetAsEditable method.
C.
The GetCustomizableStringDefaultValue method.
D.
The GetResolvedAssociatedFolderUrl method.
Explanation:
Reference:
NavigationTermSet.GetAsResolvedByWeb method (Microsoft.SharePoint.Publishing.Navigation)
“…that creates an editable *NavigationTermSet* object…” Answer should be B. GetAsResolvedByWeb returns an editable *NavigationTerm* object.
Reference:
NavigationTermSet.GetAsEditable method
Return value
Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSet
An editable version of the NavigationTermSet object.
https://msdn.microsoft.com/EN-US/library/office/microsoft.sharepoint.client.publishing.navigation.navigationtermset.getaseditable.aspx
Forget what I said. The correct answer is A.
NavigationTermSet.GetAsResolvedByWeb method
Constructs an editable NavigationTermSet object that is bound to the specified TermSet object.
A-NavigationTermSet.GetAsResolvedByWeb method is the correct answer
https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.publishing.navigation.navigationtermset.getasresolvedbyweb.aspx