SPUtility.GetAcceptHeaderExtensions method

Returns the set of accept headers associated with file extensions defined in the configuration file for a site.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetAcceptHeaderExtensions ( _
    web As SPWeb _
) As String()
'Usage
Dim web As SPWeb
Dim returnValue As String()

returnValue = SPUtility.GetAcceptHeaderExtensions(web)
public static string[] GetAcceptHeaderExtensions(
    SPWeb web
)

Parameters

Return value

Type: []
A string array that contains the accept headers for the site.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace