Click or drag to resize
UserInfoProviderRemoveUserFromSite Method (Int32, Int32)
Removes the user from the specified site.

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

Parameters

userId
Type: SystemInt32
User ID
siteId
Type: SystemInt32
Site ID
See Also