Engine.GetUserProfile

Syntax

Engine.GetUserProfile( userProfileName)

Return Value

User

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.

See Also

Engine.DisplayEditUserDialog

Engine.GetUser

Engine.NewUser

Engine.UsersFile

User