| ProductCollectionGetProductById Method (String) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public Product GetProductById(
string productId
)
Public Function GetProductById (
productId As String
) As Product
Parameters
- productId
- Type: SystemString
Return Value
Type:
ProductSee Also