| UserInfoProviderAddUserToSite Method | 
            Adds the specified user to the site.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
 Syntax
Syntaxpublic static void AddUserToSite(
	string userName,
	string siteName
)
Parameters
- userName
- Type: SystemString
 User name to add
- siteName
- Type: SystemString
 Site name
 See Also
See Also