Click or drag to resize
PermissionNameInfo Constructor (DataRow)
Constructor, creates an empty PermissionNameInfo object from the given DataRow data.

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

Parameters

dr
Type: System.DataDataRow
Datarow with the class info data
See Also