Skip to content

Commit a596746

Browse files
SeiyasuLinda Caputo
authored andcommitted
Update how-to-use-code-to-pin-terms-to-navigation-term-sets-in-sharepoint.md (SharePoint#2583)
* Update the-xliff-interchange-file-format-in-sharepoint.md Fix invalid link. * Update how-to-use-code-to-pin-terms-to-navigation-term-sets-in-sharepoint.md Fix invalid link
1 parent b373414 commit a596746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/how-to-use-code-to-pin-terms-to-navigation-term-sets-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can use custom code from the .NET server, .NET client (CSOM), Silverlight, o
4242
### To pin terms to navigation term sets
4343

4444

45-
- The following sample tests pinning terms to navigation term sets. It uses the [NavigationTermSet](https://msdn.microsoft.com/library/Microsoft.SharePoint.SharePoint.NavigationTermSet.aspx) object, which contains methods and properties that are handy in managed navigation scenarios, such as creating taxonomy-driven site navigation menus.
45+
- The following sample tests pinning terms to navigation term sets. It uses the [NavigationTermSet](https://msdn.microsoft.com/library/Microsoft.SharePoint.Publishing.Navigation.NavigationTermSet.aspx) object, which contains methods and properties that are handy in managed navigation scenarios, such as creating taxonomy-driven site navigation menus.
4646

4747
The sample first checks whether a **NavigationTermSet** object exists. If one doesn't exist, then the code creates a **NavigationTermSet**. (If one already exists, the code deletes the old one before it creates a new one). Then, after the code creates some **Term** objects to pick from, it creates a publishing page (.aspx) file for demonstration purposes, sets it as the custom target page for pinned terms, and then pins some navigation properties to the page.
4848

0 commit comments

Comments
 (0)