SPDeploymentSettings.FileCompression 属性
获取或设置一个布尔值,指定是否使用 CAB 压缩协议压缩内容迁移包。
命名空间: Microsoft.SharePoint.Deployment
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property FileCompression As Boolean
Get
Set
用法
Dim instance As SPDeploymentSettings
Dim value As Boolean
value = instance.FileCompression
instance.FileCompression = value
public bool FileCompression { get; set; }
属性值
类型:System.Boolean
true压缩内容迁移包使用 CAB ;否则为false。默认值为true。
备注
FileCompression值必须是相同的SPImportSettings和SPExportSettings。