IPublishingPageRouter interface

Represents an interface which can be implemented to specify how a PublisingPage object is to be routed.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface IPublishingPageRouter
'Usage
Dim instance As IPublishingPageRouter
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface IPublishingPageRouter

See also

Reference

IPublishingPageRouter members

Microsoft.SharePoint.Publishing namespace