Share via


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

See also

Reference

DesignPreviewSaveData class

DesignPreviewSaveData members

Microsoft.SharePoint.Utilities namespace