Click or drag to resize
GooglePlusProviderGetProfileInfo Method
Gets profile info of the person (or page) with given ID.

Namespace: CMS.SocialMedia
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 9.0.0
Syntax
C#
public static GooglePlusPerson GetProfileInfo(
	string userID
)

Parameters

userID
Type: SystemString
ID of the user or page

Return Value

Type: GooglePlusPerson
See Also