PublishingWeb.NewPageUrlToken property

Gets the URL token that is usede when creating “one-click” pages within the current PublishingWeb object.

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

Syntax

'Declaration
Public ReadOnly Property NewPageUrlToken As String
    Get
'Usage
Dim instance As PublishingWeb
Dim value As String

value = instance.NewPageUrlToken
public string NewPageUrlToken { get; }

Property value

Type: System.String
Returns String.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace