| Visual Basic | |
|---|---|
Function GetFirstUserGroupPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstUserGroupPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstUserGroupPosition(); | |
Return Value
IEdmPos5; position of the first user group in the enumerationGet 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)
After calling this method, pass the returned position of the first user group to IEdmUserMgr5::GetNextUserGroup to get the first user group in this list. Then call IEdmUserMgr5::GetNextUserGroup repeatedly to get the rest of the user groups.
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