SPUtility.GetThemedImageUrl - Méthode
Obtient le chemin d'accès à la version sur le thème de l'image, le cas échéant. Si le site web actuel n'est pas à thème, ou il n'y a aucun site web contexte, l'URL d'origine est retournée. En outre, si originalUrl ou themeKey est null ou vide, l'originalUrl est toujours renvoyée.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetThemedImageUrl ( _
originalUrl As String, _
themeKey As String _
) As String
'Utilisation
Dim originalUrl As String
Dim themeKey As String
Dim returnValue As String
returnValue = SPUtility.GetThemedImageUrl(originalUrl, _
themeKey)
public static string GetThemedImageUrl(
string originalUrl,
string themeKey
)
Paramètres
originalUrl
Type : System.StringL'URL de l'image d'origine. Doit être un chemin relatif au serveur.
themeKey
Type : System.StringLa clé du thème passé dans l'annotation de thèmes ReplaceColor.
Valeur renvoyée
Type : System.String
Une URL relative de serveur à l'image sur le thème, ou l'URL d'origine.