PortalChannel Class

The PortalChannel class implements the portal site delivery channel for alerts. This channel shows alert results on the " My Alerts Summary" Web Part on the portal site.

System.Object

   Microsoft.SharePoint.Portal.Alerts.DeliveryChannel

      Microsoft.SharePoint.Portal.Alerts.PortalChannel

Public Constructors

The following table shows the constructors of the PortalChannel class and a brief description of each.

Name Description
PortalChannel Initializes a new instance of the PortalChannel class.

Public Methods

The following table shows the methods of the PortalChannel class and a brief description of each.

Name Description
GetControl Gets the appropriate server control in the Microsoft Office SharePoint Portal Server 2003 user interface (UI) for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.GetControl method.
GetSettings Gets a DeliveryChannelSettings object that represents the settings for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.GetSettings method.
Send(Microsoft.SharePoint.Portal.Alerts.NotificationSite, System.Xml.XmlDocument, String) Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.GetSettings method. This channel does not send results.

Public Properties

The following table shows the properties of the PortalChannel class, the data type of each property, and a brief description of each.

Name Data type Description
ChannelId String Gets the unique identifier for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.ChannelId property.
DisplayName String Gets the display name for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.DisplayName property.
SortKey String Gets the sort key for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.SortKey property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Remarks

The portal channel cannot be used for notifications other than those created from alert results.

Requirements

Namespace: Microsoft.SharePoint.Portal.Alerts

Platforms: Microsoft Windows Server 2003

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

Security: Code Access Security