共用方式為


SPUtility.GetThemedImageUrl method

如果有的話,請取得佈景主題的圖像,版本的路徑。如果目前的網站不是佈景主題或沒有內容的網站,則會傳回原始 URL。此外,如果originalUrl或themeKey為 null 或空,一律會傳回 originalUrl。

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

Syntax

'宣告
Public Shared Function GetThemedImageUrl ( _
    originalUrl As String, _
    themeKey As String _
) As String
'用途
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
)

參數

  • originalUrl
    Type: System.String

    原始 URL 的圖像。必須是伺服器相對路徑。

  • themeKey
    Type: System.String

    佈景主題金鑰傳遞到 ReplaceColor 主題附註。

傳回值

Type: System.String
伺服器相對 URL 的佈景主題的圖像或原始 URL。

請參閱

參照

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace