Solid Edge Framework Type Library
GetUserRole Method
Specifies the URL path of the file or folder for which the UserName rights will be queried.
Specifies the user name.
Specifies the user role for the specified file or folder and user name.
Description
This method returns the user role for a specified file or folder and user name.
Syntax
Visual Basic
Public Sub GetUserRole( _
   ByVal FileOrFolderUrl As String, _
   ByVal UserName As String, _
   ByRef UserRole As String _
) 
Parameters
FileOrFolderUrl
Specifies the URL path of the file or folder for which the UserName rights will be queried.
UserName
Specifies the user name.
UserRole
Specifies the user role for the specified file or folder and user name.
See Also

Insight Object  | Insight Members

Send comments on this topic.