PublishingWeb.IsInheritingNewPageUrlToken Property

Gets a Boolean value indicating whether the new page URL token that is returned by the NewPageUrlToken property is inherited from the parent PublishingWeb object.

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

Syntax

'Declaration
Public ReadOnly Property IsInheritingNewPageUrlToken As Boolean
    Get
'Usage
Dim instance As PublishingWeb
Dim value As Boolean

value = instance.IsInheritingNewPageUrlToken
public bool IsInheritingNewPageUrlToken { get; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

true if the new page URL token for this PublishingWeb object is inherited from the parent PublishingWeb object; otherwise, false.

See Also

Reference

PublishingWeb Class

PublishingWeb Members

Microsoft.SharePoint.Publishing Namespace