SocialNotificationMiniControl class
Renders two image links that are used to tag the current page and open the SocialDataFrame.aspx page to let the user manage the social tags and notes that are associated with the current page.
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.UserControl
Microsoft.SharePoint.Portal.WebControls.SocialNotificationBase
Microsoft.SharePoint.Portal.WebControls.SocialNotificationMiniControl
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Class SocialNotificationMiniControl _
Inherits SocialNotificationBase
'Usage
Dim instance As SocialNotificationMiniControl
public class SocialNotificationMiniControl : SocialNotificationBase
Remarks
This control resembles SocialNotificationControl, using smaller images.
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.