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
)
参数
- web
类型:Microsoft.SharePoint.SPWeb
- layoutUrl
类型:System.String
- shouldSetMasterUrl
类型:System.Boolean
- themedCssFolderUrl
类型:System.String