Click or drag to resize
UserDepartmentInfo Constructor (DataRow)
Constructor - Creates a new UserDepartmentInfo object from the given DataRow.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public UserDepartmentInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also