Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the file extensions to identify Web files.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: System.Collections.ObjectModel.Collection<String>
Collection<T>
The file extensions.