For Babelfish Release 1.12.3.10

BaseUserProfileLookupHasPublicProfile Method

Returns true, if the passed in id has a public profile page. User should call RefreshUserProfileVisibilityAsync() prior to calling this method to help ensure cache is udpated.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter.UserProfile
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public bool HasPublicProfile(
	string id
)

Parameters

id  String
May either be the User Id or Account URL

Return Value

Boolean

Implements

IUserProfileLookupHasPublicProfile(String)

See Also