| ProductDeleteLanguageSpecificProduct Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[ObsoleteAttribute("Use 'ProductService.DeleteLanguageSpecificProduct' instead")]
public static void DeleteLanguageSpecificProduct(
string productId,
string productVariantId,
string productLanguageId,
bool forceDelete = false
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<BrowsableAttribute(false)>
<ObsoleteAttribute("Use 'ProductService.DeleteLanguageSpecificProduct' instead")>
Public Shared Sub DeleteLanguageSpecificProduct (
productId As String,
productVariantId As String,
productLanguageId As String,
Optional forceDelete As Boolean = false
)
Parameters
- productId
- Type: SystemString
- productVariantId
- Type: SystemString
- productLanguageId
- Type: SystemString
- forceDelete (Optional)
- Type: SystemBoolean
See Also