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

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
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.
See Also