Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 3.46 KB

fileextensionssettings-class.md

File metadata and controls

51 lines (39 loc) · 3.46 KB
title description ms.date ms.assetid
FileExtensionsSettings Class
Describes the FileExtensionsSettings class and provides the class' syntax, properties, remarks, inheritance hierarchy, and requirements.
10/07/2016
b437c7ab-64b4-f7b7-6f22-a699a37cead7

FileExtensionsSettings Class

Configures the filtering of file extensions in requests.

Syntax

class FileExtensionsSettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the FileExtensionsSettings class.

Name Description
AllowUnlisted A read/write boolean value. true if file extensions not listed in the FileExtensions property are allowed in requests; otherwise, false. The default is true.
ApplyToWebDAV A read/write boolean value. true if the AllowUnlisted and FileExtensions properties are applied to WebDAV requests; otherwise, false. The default is true.
FileExtensions An array of read/write FileExtensionElement values that specifies file extensions that are allowed or denied.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the FileExtensions property of the RequestFilteringSection class. In the ApplicationHost.config file, this class represents the <fileExtensions> element of the <requestFiltering> section

Inheritance Hierarchy

EmbeddedObject

FileExtensionsSettings

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

EmbeddedObject Class
FileExtensionElement Class
RequestFilteringSection Class