Class ProductRelatedGroupTranslation
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a translation of a related group.
[Serializable]
public class ProductRelatedGroupTranslation : Translation, ICloneable
- Inheritance
-
ProductRelatedGroupTranslation
- Implements
- Inherited Members
Constructors
ProductRelatedGroupTranslation(string)
Creates an instance of ProductRelatedGroupTranslation.
public ProductRelatedGroupTranslation(string languageId)
Parameters
languageIdstringRelated group translation language
ProductRelatedGroupTranslation(string, string?)
Creates an instance of ProductRelatedGroupTranslation.
public ProductRelatedGroupTranslation(string languageId, string? name)
Parameters
Properties
Name
Gets or sets the translated related group name.
public string? Name { get; set; }