Babelfish Help Documentation
C#
For Babelfish Release 1.11.3.13
Show/Hide TOC
Base
User
Profile
Lookup
Has
Public
Profile 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.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
Copy
public
bool
HasPublicProfile
(
string
id
)
Parameters
id
String
May either be the User Id or Account URL
Return Value
Boolean
Implements
IUserProfileLookup
HasPublicProfile(String)
See Also
Reference
BaseUserProfileLookup Class
Scopos.BabelFish.DataActors.ResultListFormatter.UserProfile Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also