Solid Edge Framework Type Library
DoesUserHaveAdminRights Method
Specifies the file or folder location.
Specifies the user name.
Returns TRUE if the specified user has administrator rights for the specified file or folder.
Description
This method returns whether a specified user has administrator rights for a specified file or folder.
Syntax
Visual Basic
Public Sub DoesUserHaveAdminRights( _
   ByVal FileOrFolderUrl As String, _
   ByVal UserName As String, _
   ByRef bUserHasAdminRights As Boolean _
) 
Parameters
FileOrFolderUrl
Specifies the file or folder location.
UserName
Specifies the user name.
bUserHasAdminRights
Returns TRUE if the specified user has administrator rights for the specified file or folder.
See Also

Insight Object  | Insight Members

Send comments on this topic.