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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual DepartmentInfo GetDepartmentInfoInternal(
	int departmentId
)

Parameters

departmentId
Type: SystemInt32
Department ID

Return Value

Type: DepartmentInfo
See Also