Partager via


SPTheme.OnPostApplyTheme - Méthode

Effectue les opérations nécessaires après la mise à jour de SPWeb.ThemedCssFolderUrl. Cela inclut l'appel à SPWeb.Update)

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Sub OnPostApplyTheme ( _
    web As SPWeb, _
    newThemedCssFolderUrl As String, _
    oldThemedCssFolderUrl As String _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

SPTheme classe

SPTheme - Membres

Microsoft.SharePoint.Utilities - Espace de noms