Click or drag to resize
UserManagerGetLockedUserInformation Method
Get information about users that are currently locked out from ArtDatabankenSOA. Users are locked out if the fail to login a couple of times. All currently locked out users are returned if parameter userSearchString is null.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public LockedUserInformationList GetLockedUserInformation(
	IUserContext userContext,
	StringSearchCriteria userNameSearchString
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
userNameSearchString
Type: ArtDatabanken.DataStringSearchCriteria
String used to search among user names. Currently only string compare operator 'Like' is supported.

Return Value

Type: LockedUserInformationList
Information about users that are currently locked out from ArtDatabankenSOA.

Implements

IUserManagerGetLockedUserInformation(IUserContext, StringSearchCriteria)
See Also