UserSiteInfoProviderAddUserToSite Method (Int32, Int32) |
Adds specified user to the site.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax public static void AddUserToSite(
int userId,
int siteId
)
Parameters
- userId
- Type: SystemInt32
UserID - siteId
- Type: SystemInt32
SiteID
See Also