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

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

Parameters

dr
Type: System.DataDataRow
See Also