| StructureChangeDeleteArea Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use AreaService.DeleteArea instead.")]
public static void DeleteArea(
int areaId
)
<ObsoleteAttribute("Use AreaService.DeleteArea instead.")>
Public Shared Sub DeleteArea (
areaId As Integer
)
Parameters
- areaId
- Type: SystemInt32
See Also