Click or drag to resize
FacebookApplicationInfo Constructor (DataRow)
Initializes a new instance of the FacebookApplicationInfo class with the specified data.

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

Parameters

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