Click or drag to resize
UserCultureInfoProviderRemoveUserFromSiteInternal Method
Removes user's allowed cultures for given site.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
protected virtual void RemoveUserFromSiteInternal(
	int userId,
	int siteId
)

Parameters

userId
Type: SystemInt32
ID of user
siteId
Type: SystemInt32
ID of site
See Also