Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
Base
User
Profile
Lookup
Get
User
Profile Method
Returns the complete User Profile Object, based on either the passed in Account URL or User ID (either values are accepted) Returns null if the user doesn't have one, or if the Visibility is not public.
Definition
Namespace:
Scopos.BabelFish.DataActors.ResultListFormatter.UserProfile
Assembly:
BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
Copy
public
UserProfile
GetUserProfile
(
string
userId
)
Parameters
userId
String
Return Value
UserProfile
Implements
IUserProfileLookup
GetUserProfile(String)
See Also
Reference
BaseUserProfileLookup Class
Scopos.BabelFish.DataActors.ResultListFormatter.UserProfile Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also