London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ExcludePatternCollection

Inheritance
System.Object
ExcludePatternCollection
Namespace: EPiServer.Configuration.LinkValidator
Assembly: EPiServer.Configuration.dll
Version: 10.10.4
Syntax
public class ExcludePatternCollection : GenericConfigurationElementCollection<ExcludePattern>

Constructors

ExcludePatternCollection()

Declaration
public ExcludePatternCollection()

Properties

ElementName

Gets the name used to identify this collection of elements in the configuration file.

Declaration
protected override string ElementName { get; }
Property Value
Type Description
System.String

The name of the collection.

Extension Methods