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.| Visual Basic | |
|---|---|
Public Interface IEdmUserMgr7 Inherits IEdmUserMgr5, IEdmUserMgr6 | |
| C# | |
|---|---|
public interface IEdmUserMgr7 : IEdmUserMgr5, IEdmUserMgr6 | |
| C++/CLI | |
|---|---|
public interface class IEdmUserMgr7 : public IEdmUserMgr5, IEdmUserMgr6 | |
This interface:
- supersedes IEdmUserMgr6.
- provides the ability to remove groups and users and manage folder permissions.
- is extended by IEdmUserMgr8.