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

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

Parameters

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