NotificationReader Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class is used to read and list notification messages and tasks in Content Studio.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.NotificationsNotificationReader

Namespace: ContentStudio.Notifications
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class NotificationReader : CSBase

The NotificationReader type exposes the following members.

Constructors

  NameDescription
Public methodNotificationReader
Initializes a new instance of the NotificationReader class
Top
Methods

  NameDescription
Public methodCheckForNew(ConnectionId, SessionId)
Checks if the trustee has any new notifications.
Public methodCheckForNew(ConnectionId, SessionId, Int32)
Checks if the trustee has any new notifications.
Public methodCheckForNew(ConnectionId, SessionId, String, Int32, String)
Checks if the trustee has any new notifications.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetItem(ConnectionId, SessionId, Int32)
Reads a notification item and returns its details.
Public methodGetItem(ConnectionId, SessionId, Int32, Boolean)
Reads a notification item and returns its details.
Public methodGetItem(ConnectionId, SessionId, String, Int32, String)
Reads a notification item and returns its details.
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetNotifications(ConnectionId, SessionId, String, Int32, Int32, Int32, Int32, Int32, String)
Returns a list of notifications for the calling user
Public methodGetNotifications(ConnectionId, SessionId, Int32, NotificationReaderSortOrder, NotificationReaderListFilter, Int32, Int32, Int32, Int32, Int32)
Returns a list of notifications for the calling user
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference