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
web
Type : Microsoft.SharePoint.SPWebL'objet SPWeb qui a été mis à jour.
- newThemedCssFolderUrl
Type : System.String
- oldThemedCssFolderUrl
Type : System.String