共用方式為


SPWeb.ApplyTheme method (String, String, String, Boolean)

使用指定的元件將佈景主題套用到這個站台。

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

Syntax

'宣告
Public Sub ApplyTheme ( _
    colorPaletteUrl As String, _
    fontSchemeUrl As String, _
    backgroundImageUrl As String, _
    shareGenerated As Boolean _
)
'用途
Dim instance As SPWeb
Dim colorPaletteUrl As String
Dim fontSchemeUrl As String
Dim backgroundImageUrl As String
Dim shareGenerated As Boolean

instance.ApplyTheme(colorPaletteUrl, _
    fontSchemeUrl, backgroundImageUrl, _
    shareGenerated)
public void ApplyTheme(
    string colorPaletteUrl,
    string fontSchemeUrl,
    string backgroundImageUrl,
    bool shareGenerated
)

參數

  • colorPaletteUrl
    Type: System.String

    網站集合伺服器相對 URL 的色彩調色盤檔案。

    注意事項注意事項

    .spcolor 檔案僅能在相同的網站集合中所在的位置。

  • fontSchemeUrl
    Type: System.String

    字型配置或 null 表示沒有的字型配置的伺服器相對 URL。

  • backgroundImageUrl
    Type: System.String

    背景影像或沒有背景影像的 null 的伺服器相對 URL。

  • shareGenerated
    Type: System.Boolean

    如果產生的佈景主題檔案應該置於根 web,將它們儲存在這個 web,則為 false,則為 true。

請參閱

參照

SPWeb class

SPWeb members

ApplyTheme overload

Microsoft.SharePoint namespace