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

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

Parameters

dr
Type: System.DataDataRow
DataRow with the object data.
See Also