Engine.GetUserProfile
- Updated2024-10-09
- 1 minute(s) read
Engine.GetUserProfile
Syntax
Engine.GetUserProfile( userProfileName)
Return Value
Purpose
Note
This method is obsolete. Use
Engine.GetUserGroup
method instead.
Remarks
Obtains the User object that contains a specific user profile. Returns NULL if the user profile does not exist.
The user profile is a template for an actual user. Pass the user profile object to the Engine.NewUser method to create a new user.
Parameters
userProfileName As String
[In] Specifies the name of the user profile to return.