| ShopUpdateDefault Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Shops
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use ShopService.CleanDefault or ShopService.Save instead.")]
public void UpdateDefault(
bool setDefaultTo,
string shopId = ""
)
<ObsoleteAttribute("Use ShopService.CleanDefault or ShopService.Save instead.")>
Public Sub UpdateDefault (
setDefaultTo As Boolean,
Optional shopId As String = ""
)
Parameters
- setDefaultTo
- Type: SystemBoolean
- shopId (Optional)
- Type: SystemString
See Also