Allows you to access a user in SOLIDWORKS PDM Professional.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmUser5 Inherits IEdmObject5 | |
| C# | |
|---|---|
public interface IEdmUser5 : IEdmObject5 | |
| C++/CLI | |
|---|---|
public interface class IEdmUser5 : public IEdmObject5 | |
Get and Set Folder Permissions (VB.NET)
Get and Set Folder Permissions (C#)
Traverse Users and Groups in Vault (C#)
Traverse Users and Groups in Vault (VB.NET)
Get and Set Folder Permissions (C#)
Traverse Users and Groups in Vault (C#)
Traverse Users and Groups in Vault (VB.NET)
This interface:
- inherits from IEdmObject5.
- is extended by IEdmUser6.
To enumerate:
- the users in a file vault, use IEdmUserMgr5.
- the messages sent to a user, cast this interface to an IEdmInbox5 pointer.