UserCultureInfoProviderGetUserCulturesInternal Method |
Gets all allowed cultures for given user and site filtered by where condition and ordered by orderBy expression.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax 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:
DataTableUser's allowed cultures.
See Also