Class FilterElement
Represents a filter configuration element.
Inheritance
System.Object
FilterElement
Namespace: Mediachase.FileUploader.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
public class FilterElement : ConfigurationElement
Constructors
FilterElement()
Initializes a new instance of the FilterElement class.
Declaration
public FilterElement()
FilterElement(FilterType, String)
Initializes a new instance of the FilterElement class.
Declaration
public FilterElement(FilterType Type, string RequestPath)
Parameters
Type | Name | Description |
---|---|---|
FilterType | Type | The type. |
System.String | RequestPath | The request path. |
Properties
Key
Gets the key.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String | The key. |
Properties
Gets the collection of properties.
Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
System.Configuration.ConfigurationPropertyCollection |
RequestPath
Gets or sets the request path.
Declaration
public string RequestPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The request path. |
Type
Gets or sets the type.
Declaration
public FilterType Type { get; set; }
Property Value
Type | Description |
---|---|
FilterType | The type. |