Click or drag to resize
UserSiteInfoProviderAddUserToSite Method (Int32, Int32)
Adds specified user to the site.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void AddUserToSite(
	int userId,
	int siteId
)

Parameters

userId
Type: SystemInt32
UserID
siteId
Type: SystemInt32
SiteID
See Also