DepartmentInfoProviderGetDepartments Method (Int32) |
Returns the query for all departments on specified site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static ObjectQuery<DepartmentInfo> GetDepartments(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site ID
Return Value
Type:
ObjectQueryDepartmentInfoSee Also