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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Shared Function GetAcceptHeaderExtensions ( _
    web As SPWeb _
) As String()
'Usage
Dim web As SPWeb
Dim returnValue As String()

returnValue = SPUtility.GetAcceptHeaderExtensions(web)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
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