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

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

Parameters

dr
Type: System.DataDataRow
See Also