  | ProductRelatedServiceGetRelations Method (String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<ProductRelated> GetRelations(
	string productId
)
Public Function GetRelations ( 
	productId As String
) As IEnumerable(Of ProductRelated)
Parameters
- productId
 - Type: SystemString
 
Return Value
Type: 
IEnumerableProductRelated
See Also