DesignPreviewSaveData constructor
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
web As SPWeb, _
layoutUrl As String, _
shouldSetMasterUrl As Boolean, _
themedCssFolderUrl As String _
)
'Usage
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
)
Parameters
- web
Type: Microsoft.SharePoint.SPWeb
- layoutUrl
Type: System.String
- shouldSetMasterUrl
Type: System.Boolean
- themedCssFolderUrl
Type: System.String