PublishingPageRouter Class
Implements the IPublishingPageRouter interface.
Inheritance Hierarchy
System.Object
Microsoft.Office.RecordsManagement.RecordsRepository.PublishingPageRouter
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class PublishingPageRouter _
Implements IPublishingPageRouter
'Usage
Dim instance As PublishingPageRouter
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class PublishingPageRouter : IPublishingPageRouter
Remarks
The PublishingPageRouter organizes PublishingPage objects in a content organizer-enabled site that is based on rules that are configured for Publishing content types in the site.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace