Click or drag to resize
UserDataSourceIsExistingPerson Method
Test if a person already exists.

Namespace: ArtDatabanken.WebService.Client.UserService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool IsExistingPerson(
	IUserContext userContext,
	string emailAddress
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
emailAddress
Type: SystemString
Email address to check if person already exists or not.

Return Value

Type: Boolean
Returns 'true' if person exists and 'false' if person does not exists.

Implements

IUserDataSourceIsExistingPerson(IUserContext, String)
See Also