CSApprovedDocumentInformationPublishStatus Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets a value that indicates the current publish status of the loaded document.

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

public PublishStatuses PublishStatus { get; protected set; }

Property Value

Type: PublishStatuses
The returned value will be one of the members in the PublishStatuses enumeration.
Remarks

Use this property to find out the current state of the document such as whether the document is in the recycling bing or is waiting to be published (queued).
See Also

Reference