Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

Class ExcludePatternCollection

Inheritance
System.Object
ExcludePatternCollection
Namespace: EPiServer.Configuration.LinkValidator
Assembly: EPiServer.Configuration.dll
Version: 11.20.7
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