Class EmailAddressConfiguration
Represents the configuration for the email address value editor.
Inheritance
System.Object
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
public class EmailAddressConfiguration
Properties
View SourceIsRequired
Declaration
[ConfigurationField("IsRequired", "Required?", "hidden", Description = "Deprecated; Make this required by selecting mandatory when adding to the document type")]
[Obsolete("No longer used, use `Mandatory` for the property instead. Will be removed in the next major version")]
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |