DesignPreviewSaveData 构造函数

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    web As SPWeb, _
    layoutUrl As String, _
    shouldSetMasterUrl As Boolean, _
    themedCssFolderUrl As String _
)
用法
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
)

参数

另请参阅

引用

DesignPreviewSaveData 类

DesignPreviewSaveData 成员

Microsoft.SharePoint.Utilities 命名空间