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

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

Parameters

dr
Type: System.DataDataRow
See Also