UserInfoProviderRemoveUserFromSite Method (Int32, Int32) |
Removes the user from the specified site.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void RemoveUserFromSite(
int userId,
int siteId
)
Parameters
- userId
- Type: SystemInt32
User ID - siteId
- Type: SystemInt32
Site ID
See Also