Click or drag to resize
UserCultureInfoProviderGetUserCulturesInternal Method
Gets all allowed cultures for given user and site filtered by where condition and ordered by orderBy expression.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax
C#
protected virtual DataTable GetUserCulturesInternal(
	int userId,
	int siteId
)

Parameters

userId
Type: SystemInt32
ID of user
siteId
Type: SystemInt32
ID of site, 0 for all sites

Return Value

Type: DataTable
User's allowed cultures.
See Also