Edit: IUserProfile;
Edit(): Prognoz.Platform.Interop.Metabase.IUserProfile;
The Edit method opens the user profile for editing.
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.
The example of use is given in the description of the IUserProfiles.AddStr method
See also: