API Help
Eplan.EplApi.ApplicationFramework Namespace / UserRights Class
Members

In This Topic
    UserRights Class
    In This Topic
    Class for checking execute permissions. In the rights management module, you can assign execute permissions to individual actions. These execute permissions are also assigned to specific users. As a result, the rights management system can decide whether the logged-on user has the right to perform a specific action. The rights management system can be completely disabled CheckUserRights, 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.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.ApplicationFramework.UserRights

    Syntax
    public class UserRights 
    public ref class UserRights 
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified right entry to the given category of the custom UserRights file. The new right name will appear in the rights management dialog.  
    Public MethodChecks the execute permission of an action  
    Public MethodQueries, whether the rights management is currently active.  
    Public MethodDeletes the specified right entry from the UserRights database (rights management dialog)  
    Public MethodReturns the identifiers of all existing user rights categories.  
    Public MethodGets the groups from user rights management, to which the specified user belongs..  
    Public MethodGets the user.  
    Public MethodGets the user SID.  
    Public Method  
    Public MethodSets the user.  
    Top
    See Also