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 _ )
This method creates a CustomizationUser object and adds it to the site. The new user is only memory-resident until Customization.Commit is called.
ICustomizationUsers Interface | ICustomizationUsers Members