SPUtility.MapToIcon - Méthode (SPWeb, String, String)
Retourne le nom du fichier image de l’icône utilisée pour la représentation du fichier spécifié.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function MapToIcon ( _
web As SPWeb, _
strFileName As String, _
strProgID As String _
) As String
'Utilisation
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
)
Paramètres
web
Type : Microsoft.SharePoint.SPWebObjet Microsoft.SharePoint.SPWeb qui représente le site contenant le fichier.
strFileName
Type : System.StringChaîne qui contient le nom de fichier.
strProgID
Type : System.StringChaîne qui contient l'ID de programme (ProgID) de l'application qui a été utilisée pour créer le fichier.
Valeur renvoyée
Type : System.String
Chaîne qui contient le nom du fichier image de l'icône.