| CompletnessResultHasFieldValue Method |
Namespace:
Dynamicweb.Ecommerce.Products.CompletionRules
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public bool HasFieldValue(
string productId,
string productVariantId,
string productLanguageId,
ProductField field
)
Public Function HasFieldValue (
productId As String,
productVariantId As String,
productLanguageId As String,
field As ProductField
) As Boolean
Parameters
- productId
- Type: SystemString
- productVariantId
- Type: SystemString
- productLanguageId
- Type: SystemString
- field
- Type: Dynamicweb.Ecommerce.ProductsProductField
Return Value
Type:
BooleanSee Also