Compartilhar via


PublishingWeb.SetNewPageUrlToken método

Sets the available web templates on this PublishingWeb object to be inherited from the parent PublishingWeb object.

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

Sintaxe

'Declaração
Public Sub SetNewPageUrlToken ( _
    urlToken As String, _
    resetAllSubsitesToInherit As Boolean _
)
'Uso
Dim instance As PublishingWeb
Dim urlToken As String
Dim resetAllSubsitesToInherit As Boolean

instance.SetNewPageUrlToken(urlToken, _
    resetAllSubsitesToInherit)
public void SetNewPageUrlToken(
    string urlToken,
    bool resetAllSubsitesToInherit
)

Parâmetros

  • resetAllSubsitesToInherit
    Tipo: System.Boolean

    Indicates whether the setting should be pushed down to all subsites.

Ver também

Referência

PublishingWeb classe

PublishingWeb membros

Microsoft.SharePoint.Publishing namespace