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

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

Set or gets a value that specifies whether the document should be published or not.

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

public virtual Nullable<bool> Published { get; set; }

Property Value

Type: NullableBoolean
Default value is null (Nothing in Visual Basic) which means that Content Studio preserves the current value for existing documents and attempts to set the document to published if the caller has permission to publish the document.
See Also

Reference