Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IMetabaseUsersUpdate interface contains properties and methods used to work with a collection of user about whom information is necessary to update.
IMetabaseUsersUpdate
| Property name | Brief description | |
| Callback | The Callback property determines the object, performing the handling of errors that may occur on updating users. | |
| Errors |
The Errors property returns the collection of errors, that occur on updating users. |
|
| ItemSetup | The ItemSetup property returns settings of update of a security subject. |
| Property name | Brief description | |
| Administrator | The Administrator property returns parameters of the user who is the application administrator of the repository. | |
| Attributes | The Attributes property returns the users collection. | |
| Count | The Count property returns the number of the repository users. | |
| Isa | The Isa property returns parameters of the user who is the administrator of the information security of the repository. | |
| Item | The Item property returns parameters of the repository user. |
| Method name | Brief description | |
| Add | The Add method adds a repository user in a list for updating. | |
| AddGroupUsers | The AddGroupUsers method contains all users of a group into a list for update. | |
| AddSubject | The AddSubject method adds a subject (a user or a domain users group) in a list for update. |
See also: