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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public RoleApplicationInfo(
	DataRow dr
)

Parameters

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