SOLIDWORKS PDM Professional API Help Send Feedback
EdmSysRightFlags Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmSysRightFlags Enumeration


Obsolete. Superseded by EdmSysPerm.

Syntax

Visual Basic 
Public Enum EdmSysRightFlags 
   Inherits System.Enum
C# 
public enum EdmSysRightFlags : System.Enum 
C++/CLI 
public enum class EdmSysRightFlags : public System.Enum 

Members

MemberDescription
EdmSysRight_CanAddDelLabels2048 = May add and delete labels
EdmSysRight_CanPurgeHistory1024 = May delete the contents of history listings
EdmSysRight_CantIgnoreWarnings4096 = May not click OK in the check in, check out, Get, etc. dialog boxes if there are warnings in them
EdmSysRight_EditAddins4 = May install or uninstall add-ins
EdmSysRight_EditReportQuery512 = May use the Report Generator
EdmSysRight_EditSharedSearchQuery64 = May update shared search favorites
EdmSysRight_EditTemplates256 = May run the Template Manager
EdmSysRight_EditUserMgr1 = May run the User Manager
EdmSysRight_EditWorkflow2 = May run the Workflow Editor
EdmSysRight_ExportWebFolder128 = May export file vault folders to the internet
EdmSysRight_MandatoryMailLogin32 = Must enter password before sending email
EdmSysRight_MandatoryStateComments16 = Must enter change state comments
EdmSysRight_MandatoryVersionComments8 = Must enter version comments
EdmSysRight_MaySeeAdminTool67108864 = May see the Administration tool in the Tools menu in the File Explorer
EdmSysRight_ModifyCardLists131072 = May update lists used in cards
EdmSysRight_ModifyCategories8192 = May update category definitions in the SOLIDWORKS PDM Professional Administration tool
EdmSysRight_ModifyColdStore268435456 = May update the cold storage settings
EdmSysRight_ModifyColumns65536 = May update column definitions
EdmSysRight_ModifyERPCfg1073741824 = May update ERP import/export settings
EdmSysRight_ModifyIndexing536870912 = May update indexing settings
EdmSysRight_ModifyItemNoGen2097152 = May update item settings
EdmSysRight_ModifyLicenseKey524288 = May enter a new license key
EdmSysRight_ModifyMailCfg1048576 = May update the notification settings
EdmSysRight_ModifyReplication4194304 = May update replication settings
EdmSysRight_ModifyRevisionNumbers32768 = May update the definition of revision numbers
EdmSysRight_ModifySearchForms16777216 = May update search forms
EdmSysRight_ModifySerialNumbers262144 = May update serial number generators 
EdmSysRight_ModifyTemplateForms33554432 = May update template input forms
EdmSysRight_ModifyVariables16384 = May update variable definitions
EdmSysRight_None0 = No permissions
EdmSysRight_RefuseLogin134217728 = Block the user from logging in

Remarks

Flags that indicate which SOLIDWORKS PDM Professional permissions a user has, etc. Bitmask.

See Also