Freigeben über


SPTheme.OnPostApplyTheme-Methode

Führt Operationen erforderlich sind, nach dem Aktualisieren der SPWeb.ThemedCssFolderUrl. Dazu gehört das Aufrufen von SPWeb.Update()

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

Syntax

'Declaration
Public Shared Sub OnPostApplyTheme ( _
    web As SPWeb, _
    newThemedCssFolderUrl As String, _
    oldThemedCssFolderUrl As String _
)
'Usage
Dim web As SPWeb
Dim newThemedCssFolderUrl As String
Dim oldThemedCssFolderUrl As StringSPTheme.OnPostApplyTheme(web, newThemedCssFolderUrl, _
    oldThemedCssFolderUrl)
public static void OnPostApplyTheme(
    SPWeb web,
    string newThemedCssFolderUrl,
    string oldThemedCssFolderUrl
)

Parameter

Siehe auch

Referenz

SPTheme Klasse

SPTheme-Member

Microsoft.SharePoint.Utilities-Namespace