DocumentSubscriptionStatus Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Defines the internal subscription statuses that a document can have

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

public enum DocumentSubscriptionStatus
Members

  Member nameValueDescription
Invalid-1 The status is invalid
Normal0 Normal status (default)
CanBeSent1 Indicates that this document can be sent to subscribers the next time it is published or re-published.
SendNextTime2 Indicates that the document will be sent to subscribers at the next possible occation.
WaitingOrInProgress3 Indicates that the document is waiting to be picked up for sending or currently is being sent.
Finished4 Indicates that the document has been sent out to its subscribers and will not be sent again
Remarks

Note Note
This enumeration is new in Content Studio version 5.2
See Also

Reference