Click or drag to resize
FacebookPageIdentityData Constructor
Initializes a new instance of the PageIdentityData structure.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
public FacebookPageIdentityData(
	string url,
	string id
)

Parameters

url
Type: SystemString
Page URL.
id
Type: SystemString
Page identifier.
See Also