ContentDeploymentPath.EnableCompression Property
Gets or sets a value indicating whether to enable compression during export.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property EnableCompression As Boolean
Get
Set
'Usage
Dim instance As ContentDeploymentPath
Dim value As Boolean
value = instance.EnableCompression
instance.EnableCompression = value
public bool EnableCompression { get; set; }
Property Value
Type: System.Boolean
A value indicating whether compression during export is enabled or disabled.