SocialNotificationBase Class

Represents the abstract base class for the social notification controls.

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.SocialNotificationControl
          Microsoft.SharePoint.Portal.WebControls.SocialNotificationMiniControl

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

Syntax

'Declaration
Public MustInherit Class SocialNotificationBase _
    Inherits UserControl
'Usage
Dim instance As SocialNotificationBase
public abstract class SocialNotificationBase : UserControl

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

SocialNotificationBase Members

Microsoft.SharePoint.Portal.WebControls Namespace