Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
This page is specific to
The 2007 product release

Other versions are also available for the following:
SPDeploymentSettings.FileCompression Property (Microsoft.SharePoint.Deployment)
Gets or sets a Boolean value that specifies whether the content migration package is compressed using the CAB compression protocol.

Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
<XmlIgnoreAttribute> _
Public Property FileCompression As Boolean
Visual Basic (Usage)
Dim instance As SPDeploymentSettings
Dim value As Boolean

value = instance.FileCompression

instance.FileCompression = value
C#
[XmlIgnoreAttribute] 
public bool FileCompression { get; set; }

Property Value

true to compress the content migration package using CAB; otherwise, false. The default is true.

The FileCompression value must be the same for both SPImportSettings and SPExportSettings.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker