CreateUser Method (IPDMWConnection)
Creates a new user.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim Name As String
Dim password As String
Dim DisplayName As String
Dim Email As String
Dim Comment As String
Dim PropertyFilterName As String
Dim PropertyFilterValue As String
Dim value As PDMWUser
value = instance.CreateUser(Name, password, DisplayName, Email, Comment, PropertyFilterName, PropertyFilterValue)
|
Parameters
- Name
- Name of new user
- password
Password for new user required at login
- DisplayName
Name of new user for vault administrator's purposes
- Email
- Email of new user for vault administrator's purposes
- Comment
- Comments for vault administrator's purposes
- PropertyFilterName
Name of property to use to restrict access to files and projects or an empty string to indicate that properties are not in use to restrict access
- PropertyFilterValue
- Values for properties (use a comma between values) to restrict access to files and projects or an empty string to indicate that properties are not in use to restrict access
Return Value
IPDMWUser object
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2006 FCS