DesignPreviewSaveData - Constructeur
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
web As SPWeb, _
layoutUrl As String, _
shouldSetMasterUrl As Boolean, _
themedCssFolderUrl As String _
)
'Utilisation
Dim web As SPWeb
Dim layoutUrl As String
Dim shouldSetMasterUrl As Boolean
Dim themedCssFolderUrl As String
Dim instance As New DesignPreviewSaveData(web, layoutUrl, _
shouldSetMasterUrl, themedCssFolderUrl)
public DesignPreviewSaveData(
SPWeb web,
string layoutUrl,
bool shouldSetMasterUrl,
string themedCssFolderUrl
)
Paramètres
- web
Type : Microsoft.SharePoint.SPWeb
- layoutUrl
Type : System.String
- shouldSetMasterUrl
Type : System.Boolean
- themedCssFolderUrl
Type : System.String