Click or drag to resize
UserSettingsInfoProviderGetUserSettingsInfo Method

Note: This API is now obsolete.

Returns the UserSettingsInfo structure for the specified userSettings.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IUserSettingsInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - UserSettingsInfo.Provider.")]
public static UserSettingsInfo GetUserSettingsInfo(
	int userSettingsId
)

Parameters

userSettingsId
Type: SystemInt32
UserSettings id

Return Value

Type: UserSettingsInfo
See Also