System.Object
Eplan.EplApi.ApplicationFramework.UserRights
CheckUserRights method), or it can be set to a specific operating mode (logging on with the current windows user). However, this operating mode cannot be queried or set via API.System.Object
Eplan.EplApi.ApplicationFramework.UserRights
| Name | Description | |
|---|---|---|
![]() | UserRights Constructor |
| Name | Description | |
|---|---|---|
![]() | AddRight | Adds the specified right entry to the given category of the custom UserRights file. The new right name will appear in the rights management dialog. |
![]() | CheckRightFor | Checks the execute permission of an action |
![]() | CheckUserRights | Queries whether the rights management is currently active. |
![]() | DeleteRight | Deletes the specified right entry from the UserRights database (rights management dialog) |
![]() | GetCategories | Returns the identifiers of all existing user rights categories. |
![]() | GetGroups | Gets the groups from the user rights management to which the specified user belongs. |
![]() | GetUser | Gets the user. |
![]() | GetUserSID | Gets the user SID. |
![]() | IsRightExisting | Returns the right existance |
![]() | SetUser | Sets the user. |