Aqualogic Interaction API  
 

IPTProfileManager.GetUserProperties Method 

Returns dser profile properties for a given user. Respects ACLs on the property objects and user object. If only read permission is desired, passing FALSE for bRequestEdit will bypass the security check on the user. More efficient than accessing the same data via the user manager.

IPTObjectProperties GetUserProperties(
   int nUserID,
   bool bRequestEdit
);

Parameters

nUserID
user whose properties to return
bRequestEdit
whether the client will try to change the values

Return Value

an IPTObjectProperties

See Also

IPTProfileManager Interface | com.plumtree.server Namespace