Click or drag to resize
UserInfoProviderGetUserInfoWithSettings Method
Returns user info object with settings according to where condition.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static UserInfo GetUserInfoWithSettings(
	string where
)

Parameters

where
Type: SystemString
Where condition.

Return Value

Type: UserInfo
See Also