SPWebApplication.WebFileExtensions property
Gets the file extensions to identify Web files.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property WebFileExtensions As Collection(Of String)
Get
'Usage
Dim instance As SPWebApplication
Dim value As Collection(Of String)
value = instance.WebFileExtensions
public Collection<string> WebFileExtensions { get; }
Property value
Type: System.Collections.ObjectModel.Collection<String>
Collection<T>
The file extensions.