SOLIDWORKS PDM Professional API Help Send Feedback
IEdmUserMgr9 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmUserMgr9 Interface


Allows you to access the users and user groups in the vault.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmUserMgr9 
   Inherits IEdmUserMgr5IEdmUserMgr6IEdmUserMgr7IEdmUserMgr8 
C# 
public interface IEdmUserMgr9 : IEdmUserMgr5IEdmUserMgr6IEdmUserMgr7IEdmUserMgr8  
C++/CLI 
public interface class IEdmUserMgr9 : public IEdmUserMgr5IEdmUserMgr6IEdmUserMgr7IEdmUserMgr8  

Example

Remarks

This interface:

  • extends IEdmUserMgr8 by providing the ability to get and set the state and transition permissions for users and groups.
  • is extended by IEdmUserMgr10.

See Also