| Visual Basic | |
|---|---|
Function HasSysRightEx( _ ByVal eRight As EdmSysPerm _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool HasSysRightEx( EdmSysPerm eRight ) | |
| C++/CLI | |
|---|---|
System.bool HasSysRightEx( & EdmSysPerm eRight ) | |
Parameters
- eRight
- Permission as defined in EdmSysPerm
Return Value
True if the user has the permission, false if notSend Message to Users (C#)
Send Message to Users (VB.NET)
Add and Remove User and Group from Folder (C#)
Add and Remove User and Group from Folder (VB.NET)
Send Message to Users (VB.NET)
Add and Remove User and Group from Folder (C#)
Add and Remove User and Group from Folder (VB.NET)
This method supersedes IEdmUser5::HasSysRight, which checked system permissions represented as bit flags that could be ORed together. As of SOLIDWORKS PDM Professional 2010, new permissions are represented as sequentially numbered constants that cannot be ORed together. You must call this method once for each permission you want to check.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2010