FacebookPostInfo Constructor (DataRow) |
Initializes a new instance of the FacebookPostInfo class with the specified data.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax public FacebookPostInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data.
See Also