CreateUser Method (IPDMWConnection)
Creates a new user.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim Name As System.String
Dim password As System.String
Dim DisplayName As System.String
Dim Email As System.String
Dim Comment As System.String
Dim PropertyFilterName As System.String
Dim PropertyFilterValue As System.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