AquaLogic Interaction Development Kit (IDK) 6.0.0

IProfileProvider.AttachToUser Method 

Gets an IUser object used to query for properties on the specified user. Throws a NoSuchUserException if the given parameters do not match any user in the backend system.

IUser AttachToUser(
   int UserID,
   string LoginName,
   string UniqueName,
   string LastSignature
);

Parameters

UserID
The ID of the user.
LoginName
The portal login name for the user.
UniqueName
The unique name within this profile service.
LastSignature
The portal's last known signature for the user.

Return Value

An instance of the implementation of the IUser interface.

See Also

IProfileProvider Interface | Plumtree.Remote.Profile Namespace