GooglePlusProviderFindPerson Method |
Uses the search method to find a person.
Takes first result & returns it.
Namespace: CMS.SocialMediaAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax public static GooglePlusPerson FindPerson(
string query
)
Parameters
- query
- Type: SystemString
Query specifying what to look for
Return Value
Type:
GooglePlusPersonIf found, first result, null otherwise.
See Also