Clase BaseTableOfContentsDataSourceView

Proporciona la clase base para todos en la tabla de contenido de las vistas de origen de datos.

Jerarquía de la herencia

System.Object
  System.Web.UI.HierarchicalDataSourceView
    Microsoft.SharePoint.Publishing.WebControls.LevelHierarchyDataSourceView
      Microsoft.SharePoint.Publishing.WebControls.BaseTableOfContentsDataSourceView
        Microsoft.SharePoint.Publishing.WebControls.TableOfContentsDataSourceView
        Microsoft.SharePoint.Publishing.WebControls.TableOfContentsTaxonomyDataSourceView

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebControls
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public MustInherit Class BaseTableOfContentsDataSourceView _
    Inherits LevelHierarchyDataSourceView
'Uso
Dim instance As BaseTableOfContentsDataSourceView
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public abstract class BaseTableOfContentsDataSourceView : LevelHierarchyDataSourceView

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros BaseTableOfContentsDataSourceView

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls