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