IUserCultureInfoProviderGet Method (Int32, Int32, Int32) |
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax UserCultureInfo Get(
int userId,
int cultureId,
int siteId
)
Parameters
- userId
- Type: SystemInt32
User ID. - cultureId
- Type: SystemInt32
Culture ID. - siteId
- Type: SystemInt32
Site ID.
Return Value
Type:
UserCultureInfoReturns an instance of
UserCultureInfo corresponding to given identifiers or null.
See Also