ThoughtViewerControl Class

Represents a parent container for social collaboration controls.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase
          Microsoft.SharePoint.WebControls.LayoutsPageBase
            PersonalAdminPage
              Microsoft.SharePoint.Portal.WebControls.ThoughtViewerControl

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Class ThoughtViewerControl _
    Inherits PersonalAdminPage
'Usage
Dim instance As ThoughtViewerControl
public class ThoughtViewerControl : PersonalAdminPage

Remarks

This control is the parent container for the ThoughtListItem control used to display social collaboration items, and the ThoughtMonthSelector, ThoughtTagList, and ThoughtViewSelector controls which are used to filter the social collaboration items displayed on the "My Site" page called "Thoughts".

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

ThoughtViewerControl Members

Microsoft.SharePoint.Portal.WebControls Namespace