ContentTypeSyndicationHubsPage class

Reserved for internal use.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        Microsoft.SharePoint.WebControls.DeltaPage
          Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase
            Microsoft.SharePoint.WebControls.LayoutsPageBase
              Microsoft.SharePoint.Taxonomy.OM.CodeBehind.ContentTypeSyndicationHubsPage

Namespace:  Microsoft.SharePoint.Taxonomy.OM.CodeBehind
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class ContentTypeSyndicationHubsPage _
    Inherits LayoutsPageBase
'Usage
Dim instance As ContentTypeSyndicationHubsPage
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class ContentTypeSyndicationHubsPage : LayoutsPageBase

Remarks

Represents code that shows a rollup view of all of the content on the hubs.

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

ContentTypeSyndicationHubsPage members

Microsoft.SharePoint.Taxonomy.OM.CodeBehind namespace