SPDeploymentSettings.FileCompression-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob das Inhaltsmigrationspaket komprimiert werden über das Protokoll der CAB-Komprimierung.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FileCompression As Boolean
Get
Set
'Usage
Dim instance As SPDeploymentSettings
Dim value As Boolean
value = instance.FileCompression
instance.FileCompression = value
public bool FileCompression { get; set; }
Eigenschaftswert
Typ: System.Boolean
true , um die Verwendung von CAB-Inhaltsmigrationspaket zu komprimieren; andernfalls false. Der Standardwert ist true.
Hinweise
Der Wert FileCompression muss für SPImportSettings und SPExportSettingsidentisch.