| ProductFieldTranslationGetTranslatedFields Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static List<ProductFieldTranslation> GetTranslatedFields(
string fieldId
)
Public Shared Function GetTranslatedFields (
fieldId As String
) As List(Of ProductFieldTranslation)
Parameters
- fieldId
- Type: SystemString
Return Value
Type:
ListProductFieldTranslationSee Also