IUserProfile.Edit

Syntax

Edit: IUserProfile;

Description

The Edit method opens the user profile for editing.

Comments

The method returns the instance of the profile opened for editing. The administrator of the can change profiles of any users. Individual users can change only their profile. To save changes it is necessary to call the Apply method of the profile instance.

Example

The example of use is given in the description of the IUserProfiles.AddStr method

See also:

IUserProfile