Click or drag to resize
UserCultureInfoProviderGetUserCultures Method

Note: This API is now obsolete.

Returns the query for all relationships between users and cultures.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IUserCultureInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - UserCultureInfo.Provider.")]
public static ObjectQuery<UserCultureInfo> GetUserCultures()

Return Value

Type: ObjectQueryUserCultureInfo
See Also