Click or drag to resize
UserShowEmailAddress Property
Show E-mail address. Is set to False by default in database. If False E-mail should not be exposed to public users. It should only be set to true by the user if the user wants to expose its E-mail to all users.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool ShowEmailAddress { get; set; }

Property Value

Type: Boolean

Implements

IUserShowEmailAddress
See Also