IUserCultureInfoProviderGetAsync Method |
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax Task<UserCultureInfo> GetAsync(
int userId,
int cultureId,
int siteId,
Nullable<CancellationToken> cancellationToken = null
)
Parameters
- userId
- Type: SystemInt32
User ID. - cultureId
- Type: SystemInt32
Culture ID. - siteId
- Type: SystemInt32
Site ID. - cancellationToken (Optional)
- Type: SystemNullableCancellationToken
The cancellation instruction.
Return Value
Type:
TaskUserCultureInfoReturns a task returning either an instance of
UserCultureInfo corresponding to given identifiers or null.
See Also