  | ProductFieldTranslationCollectionContains Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic bool Contains(
	string fieldId,
	string languageId
)
Public Function Contains ( 
	fieldId As String,
	languageId As String
) As Boolean
Parameters
- fieldId
 - Type: SystemString
 - languageId
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also