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 IEdmUserMgr9 Inherits IEdmUserMgr5, IEdmUserMgr6, IEdmUserMgr7, IEdmUserMgr8 | |
| C# | |
|---|---|
public interface IEdmUserMgr9 : IEdmUserMgr5, IEdmUserMgr6, IEdmUserMgr7, IEdmUserMgr8 | |
| C++/CLI | |
|---|---|
public interface class IEdmUserMgr9 : public IEdmUserMgr5, IEdmUserMgr6, IEdmUserMgr7, IEdmUserMgr8 | |
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.