Share via


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.

See also

Reference

ContentDeploymentPath class

ContentDeploymentPath members

Microsoft.SharePoint.Publishing.Administration namespace