Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / UserRights Class / DeleteRight Method
name of the user right entry to remove

In This Topic
DeleteRight Method
In This Topic
Deletes the specified right entry from the UserRights database (rights management dialog)
Syntax
public bool DeleteRight( 
   string strRightname
)

Parameters

strRightname
name of the user right entry to remove

Return Value

true, in case the right was successfully removed from the rights management database.
Remarks
The currently logged-in user must have the URShowAdministrationDialog right, this is the right to work on user rights. Any group assignments of this right are removed.
See Also