AddSiteUser Method
Description
Creates a new site user.
Syntax
Visual Basic
Public Sub AddSiteUser( _
   ByVal UserName As String, _
   ByVal FullName As String, _
   ByVal Email As String, _
   ByVal Description As String, _
   ByVal Phone As String, _
   ByVal Group As Variant _
) 
Parameters
UserName
The user name defined in the project data base.
FullName
The full name of the user to be added.
Email
The e-mail address of the user to be added.
Description
A description of the user to be added.
Phone
The phone number of the user to be added.
Group
CustomizationUsersGroup Object.
Remarks

This method creates a CustomizationUser object and adds it to the site. The new user is only memory-resident until Customization.Commit is called.

See Also