| Visual Basic | |
|---|---|
Function GetFirstUserPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstUserPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstUserPosition(); | |
Return Value
IEdmPos5; position of the first user in the enumerationGet and Set Folder Permissions (VB.NET)
Get and Set Folder Permissions (C#)
Send Message to Users (C#)
Send Message to Users (VB.NET)
Get and Set Folder Permissions (C#)
Send Message to Users (C#)
Send Message to Users (VB.NET)
After calling this method, pass the returned position of the first user to IEdmUserMgr5::GetNextUser to get the first user in this list. Then call IEdmUserMgr5::GetNextUser repeatedly to get the rest of the users.
C++ users not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 5.2