Click or drag to resize
DepartmentInfoProviderGetDepartments Method (Int32)
Returns dataset of all departments for specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<DepartmentInfo> GetDepartments(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryDepartmentInfo
See Also