Click or drag to resize
GooglePlusProviderFindPerson Method
Uses the search method to find a person. Takes first result & returns it.

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

Parameters

query
Type: SystemString
Query specifying what to look for

Return Value

Type: GooglePlusPerson
If found, first result, null otherwise.
See Also