Freigeben über


ContentDeploymentPath.IsPathEnabled-Eigenschaft

Dient zum Abrufen oder Festlegen des Werts, der angibt, ob dieses Objekt ContentDeploymentPath() aktiviert oder deaktiviert ist.

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; }

Eigenschaftswert

Typ: System.Boolean
Ein Wert, der angibt, ob der Pfad zur Inhaltsbereitstellung aktiviert oder deaktiviert ist.

Siehe auch

Referenz

ContentDeploymentPath Klasse

ContentDeploymentPath-Member

Microsoft.SharePoint.Publishing.Administration-Namespace