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

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

Defines the different value the PublishStatus of a document can have in Content Studio.

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

public enum PublishStatuses
Members

  Member nameValueDescription
Unknown-1 The PublishStatus is unknown or not specified. Value is -1.
DraftOnly0 The document exists only as a draft (utkast). Value is 0.
Queued1 The document is waiting to be published. Value is 1.
Published2 The document is published. Value is 2.
InRecyclingBin3 The document is in the Recycling bin. Value is 3.
Expired5 The document has expired. Value is 5.
Withdrawn6 The document is withdrawn. Value is 6.
See Also

Reference