Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IUserProfile interface contains properties and methods used to determine the parameters of the user profile.
IUserProfile
The user profile contains the information about the email addresses and additional properties of the user.
Property name | Brief description | |
The Email property determines the default email address. | ||
Emails | The Emails property returns the collection of records about the email addresses. | |
Name | The Name property returns the name of the profile. | |
PrivateFolder | The PrivateFolder property determines private user folder. |
|
Prop | The Prop property determines the value of the additional property of the user. | |
Properties | The Properties property returns the collection with additional parameters of the user. | |
StringSid | The StringSid property returns the symbol value of the security identifier. | |
User | The User property returns the parameters of the user to which this profile corresponds. |
Method name | Brief description | |
Apply | The Apply method applies changes made in the profile. | |
Edit | The Edit method opens the user profile for editing. |
See also: