Click or drag to resize
LinkedInHelperInitialize Method

Note: This API is now obsolete.

Loads LinkedIn response.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("This method is not compatible with LinkedIn v2 API and should be no longer used. It will be removed in the next version.")]
public void Initialize(
	XmlDocument response
)

Parameters

response
Type: System.XmlXmlDocument
LinkedIn response as XmlDocument object
See Also