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