CSDocumentPublishDate 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 the publish date of the document.

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

public virtual Nullable<DateTime> PublishDate { get; set; }

Property Value

Type: NullableDateTime
null (Nothing in Visual Basic) to either preserve the current publish date or use the current date for new documents, or a DateTime to indicate a specific date.
See Also

Reference