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

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

This class provides access to the Content Studio event log
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudioErrorManager

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

public class ErrorManager : CSBase

The ErrorManager type exposes the following members.

Constructors

  NameDescription
Public methodErrorManager
Initializes a new instance of the ErrorManager class
Top
Methods

  NameDescription
Public methodAppend(ConnectionId, SessionId, Int32, String, EventLogEntryType)
Writes an event to the Content Studio event log.
Public methodAppend(ConnectionId, SessionId, Int32, String, Int32)
Writes an event to the Content Studio event log.
Public methodAppend(ConnectionId, SessionId, String, Int32, String)
Writes a message to the Content Studio event log.
Public methodAppend(ConnectionId, SessionId, Int32, String, EventLogEntryType, CSEventLogSources)
Writes an event to the Content Studio event log.
Public methodAppend(ConnectionId, SessionId, Int32, String, Int32, CSEventLogSources)
Writes an event to the Content Studio event log.
Public methodClear(ConnectionId, SessionId)
Clears the Content Studio event log including events for all sites.
Public methodClear(ConnectionId, SessionId, Int32, String)
Clears the Content Studio event log including events for all sites.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetItem(ConnectionId, SessionId, Int32)
Returns detailed information for a certain Content Studio event log entry
Public methodGetItem(ConnectionId, SessionId, Int32, Int32, String)
Returns detailed information for a certain Content Studio event log entry.
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetListPageable(ConnectionId, SessionId, Int32, Int32, Int32, Int32)
Returns a pageable list of entries in the Content Studio event log.
Public methodGetListPageable(ConnectionId, SessionId, Int32, Int32, Int32, Int32, Int32, String)
Returns a pageable list of entries in the Content Studio event log.
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference