SPUtility.MapToIcon - Méthode (SPWeb, String, String, IconSize)
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, _
size As IconSize _
) As String
'Utilisation
Dim web As SPWeb
Dim strFileName As String
Dim strProgID As String
Dim size As IconSize
Dim returnValue As String
returnValue = SPUtility.MapToIcon(web, _
strFileName, strProgID, size)
public static string MapToIcon(
SPWeb web,
string strFileName,
string strProgID,
IconSize size
)
Paramètres
web
Type : Microsoft.SharePoint.SPWebObjet 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.
size
Type : Microsoft.SharePoint.Utilities.IconSizeObjet IconSize qui spécifie la taille de l'icône par défaut. Cette option détermine si l'icône est 16 x 16 ou 32 x 32 pixels.
Valeur renvoyée
Type : System.String
Chaîne qui contient le nom de fichier d'image de l'icône.