Share via


PublishingPage.RequiresRouting property

Gets or sets a Boolean value that indicates whether the PublishingPage object needs to be routed by using the content organizer rules.

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

Syntax

'Declaration
Public Property RequiresRouting As Boolean
    Get
    Set
'Usage
Dim instance As PublishingPage
Dim value As Boolean

value = instance.RequiresRouting

instance.RequiresRouting = value
public bool RequiresRouting { get; set; }

Property value

Type: System.Boolean
true if the PublishingPage needs to be routed by using the content organizer rules; otherwise, false.

Remarks

The default value is true.

See also

Reference

PublishingPage class

PublishingPage members

Microsoft.SharePoint.Publishing namespace

Route(PublishingPage)

Route(PublishingPage, String)