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 IEdmUserMgr8 Inherits IEdmUserMgr5, IEdmUserMgr6, IEdmUserMgr7 | |
| C# | |
|---|---|
public interface IEdmUserMgr8 : IEdmUserMgr5, IEdmUserMgr6, IEdmUserMgr7 | |
| C++/CLI | |
|---|---|
public interface class IEdmUserMgr8 : public IEdmUserMgr5, IEdmUserMgr6, IEdmUserMgr7 | |
This interface:
- extends IEdmUserMgr7 by providing the ability to display a user's picture and a popup with picture information.
- is extended by IEdmUserMgr9.