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.
Returns the name of the image file for the icon that is used to represent the specified file.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Shared Function MapToIcon ( _
web As SPWeb, _
strFileName As String, _
strProgID As String _
) As String
'Usage
Dim web As SPWeb
Dim strFileName As String
Dim strProgID As String
Dim returnValue As String
returnValue = SPUtility.MapToIcon(web, _
strFileName, strProgID)
public static string MapToIcon(
SPWeb web,
string strFileName,
string strProgID
)
Parameters
web
Type: Microsoft.SharePoint.SPWebAn Microsoft.SharePoint.SPWeb object that represents the site containing the file.
strFileName
Type: System.StringA string that contains the file name.
strProgID
Type: System.StringA string that contains the program ID (ProgID) of the application that was used to create the file.
Return Value
Type: System.String
A string that contains the name of the image file for the icon.