Class FieldOptionTranslationCollection
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
The class FieldOptionTranslationCollection represents collection of FieldOptionTranslation.
public class FieldOptionTranslationCollection
- Inheritance
-
FieldOptionTranslationCollection
- Inherited Members
Methods
Add(FieldOptionTranslation)
Add the field option translation
public void Add(FieldOptionTranslation item)
Parameters
item
FieldOptionTranslation- The field option translation.
GetTranslatedOption(string, string)
Gets the field option translation
public FieldOptionTranslation GetTranslatedOption(string optionId, string languageId)