Click or drag to resize
DepartmentInfoProviderGetDepartmentInfo Method (Int32)
Returns department with specified ID.

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

Parameters

departmentId
Type: SystemInt32
Department ID

Return Value

Type: DepartmentInfo
See Also