Compartilhar via


TableOfContentsDataSource classe

Um LevelHierarchyDataSource que é usado para coletar dados para o TableOfContentsWebPart.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.HierarchicalDataSourceControl
      Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSource
        Microsoft.SharePoint.Publishing.WebControls.BaseTableOfContentsDataSource
          Microsoft.SharePoint.Publishing.WebControls.TableOfContentsDataSource

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

Sintaxe

'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class TableOfContentsDataSource _
    Inherits BaseTableOfContentsDataSource
'Uso
Dim instance As TableOfContentsDataSource
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class TableOfContentsDataSource : BaseTableOfContentsDataSource

Comentários

Essa é a fonte de dados que usa o TableOfContentsWebPart para coletar dados. É o intermediário entre o consumidor TableOfContentsDataSource e o TableOfContentsDataSourceView, que é o objeto que realmente reúne os dados. Ele contém propriedades semelhantes para o TableOfContentsWebPart e passa esses valores de configuração para o TableOfContentsDataSourceView.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

TableOfContentsDataSource membros

Microsoft.SharePoint.Publishing.WebControls namespace

TableOfContentsWebPart

TableOfContentsDataSourceView