Click or drag to resize
DepartmentInfoProviderDeleteDepartmentInfo Method (Int32)
Deletes department with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteDepartmentInfo(
	int departmentId
)

Parameters

departmentId
Type: SystemInt32
Department ID
See Also