SOLIDWORKS PDM Professional API Help Send Feedback
IEdmUserMgr7 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmUserMgr7 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 IEdmUserMgr7 
   Inherits IEdmUserMgr5IEdmUserMgr6 
C# 
public interface IEdmUserMgr7 : IEdmUserMgr5IEdmUserMgr6  
C++/CLI 
public interface class IEdmUserMgr7 : public IEdmUserMgr5IEdmUserMgr6  

Example

Remarks

This interface:

  • supersedes IEdmUserMgr6.
  • provides the ability to remove groups and users and manage folder permissions. 
  • is extended by IEdmUserMgr8.

See Also