Share via


ContentDeploymentPath.IsPathEnabled Property

Gets or sets the value indicating whether this ContentDeploymentPath() object is enabled or disabled.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property IsPathEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ContentDeploymentPath
Dim value As Boolean

value = instance.IsPathEnabled

instance.IsPathEnabled = value
public bool IsPathEnabled { get; set; }

Property Value

Type: System.Boolean
A value indicating whether the content deployment path is enabled or disabled.

See Also

Reference

ContentDeploymentPath Class

ContentDeploymentPath Members

Microsoft.SharePoint.Publishing.Administration Namespace