Compartilhar via


SPUtility.GetThemedImageUrl method

Obtém o caminho para a versão com tema de uma imagem, se aplicável. Se a web atual não estiver com temas ou não há nenhuma web contexto, a URL original será retornada. Além disso, se originalUrl ou themeKey for nula ou vazia, o originalUrl sempre será retornado.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Shared Function GetThemedImageUrl ( _
    originalUrl As String, _
    themeKey As String _
) As String
'Uso
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
)

Parâmetros

  • originalUrl
    Type: System.String

    A URL original da imagem. Deve ser um caminho relativo ao servidor.

  • themeKey
    Type: System.String

    A chave de tema é passado para a anotação de temas de ReplaceColor.

Valor retornado

Type: System.String
Uma URL relativa de servidor da imagem com temas, ou a URL original.

Ver também

Referência

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace