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.