DynamicEventResult 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 return results of a dynamic event scanning job performed by the Service Manager.
Inheritance Hierarchy

SystemObject
  ContentStudio.EventActionsDynamicEventResult

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

[SerializableAttribute]
public class DynamicEventResult

The DynamicEventResult type exposes the following members.

Constructors

  NameDescription
Public methodDynamicEventResult
Initializes a new instance of the DynamicEventResult class
Top
Properties

  NameDescription
Public propertyArchived
Gets or sets the number of archived documents since last run.
Public propertyArchivedEvents
Gets or sets the archived event actions jobs added.
Public propertyPublished
Gets or sets the number of published documents since last run.
Public propertyPublishedEvents
Gets or sets the published actions jobs added.
Public propertySubscriptionUpgradesCount
Gets or sets the number of documents whose subscription status that have been upgraded from CanBeSent to SendNextTime.
Public propertyUnpublished
Gets or sets the number of unpublished documents since last run.
Public propertyUnpublishedEvents
Gets or sets the unpublished event jobs added.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

Note Note
This class is used internally by the Content Studio infrastructure and is not intended for public use.
See Also

Reference