UserCultureInfoProviderRemoveUserFromCulture Method (Int32, Int32, Int32) |
Removes user from given culture of the given site.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void RemoveUserFromCulture(
int userId,
int cultureId,
int siteId
)
Parameters
- userId
- Type: SystemInt32
ID of user - cultureId
- Type: SystemInt32
ID of culture - siteId
- Type: SystemInt32
ID of site
See Also