-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
area: model 📐Related to the core SDK modelsRelated to the core SDK modelsbugSomething isn't workingSomething isn't working
Description
Category
- Bug
Describe the bug
The documentation describes how to set the LocalizedName of a TermSet.
However, the example does not work because the TermSetLocalizedNameCollection class is internal.
Steps to reproduce
Proceed as described in the documentation
// Add a new localized label for the term set
(termSet.LocalizedNames as TermSetLocalizedNameCollection).Add(new TermSetLocalizedName() { LanguageTag = "nl-NL", Name = "Dutch name" });
// Send the updates to the server
await termSet.UpdateAsync();Expected behavior
The example from the documentation works or there is another possibility to set the LocalizedNames of the TermSets.
jansenbe
Metadata
Metadata
Assignees
Labels
area: model 📐Related to the core SDK modelsRelated to the core SDK modelsbugSomething isn't workingSomething isn't working
