Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
IUser
Profile
Lookup
Set
User
Profile Method
Temporarily overrides the user profile values in the cache for the passed in user id. These values will remain active, until the next time the cache is updated from the database, which is every 15 mins or so.
Definition
Namespace:
Scopos.BabelFish.DataActors.ResultListFormatter.UserProfile
Assembly:
BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
Copy
void
SetUserProfile
(
string
userId
,
string
accountURL
,
VisibilityOption
visibility
)
Parameters
userId
String
Cognito UserID. UUID formatted
accountURL
String
User's account url
visibility
VisibilityOption
See Also
Reference
IUserProfileLookup Interface
Scopos.BabelFish.DataActors.ResultListFormatter.UserProfile Namespace
In This Article
Definition
See Also