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

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

Parameters

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