| ProductDeleteAll Method (ListString, Boolean) |
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.DeleteAll' instead")]
public static string DeleteAll(
List<string> ids,
bool doRun
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<BrowsableAttribute(false)>
<ObsoleteAttribute("Use 'ProductService.DeleteAll' instead")>
Public Shared Function DeleteAll (
ids As List(Of String),
doRun As Boolean
) As String
Parameters
- ids
- Type: System.Collections.GenericListString
- doRun
- Type: SystemBoolean
Return Value
Type:
StringSee Also