CSDocumentArchiveDate 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 archive 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> ArchiveDate { get; set; }

Property Value

Type: NullableDateTime
null (Nothing in Visual Basic) to specify that archive data is unspecified, or a DateTime to indicate a specific date to use. In CS 5.4 and later MinValue turns off an existing ArchiveDate.
Remarks

New in CS 5.4:
If this instance is used as input to a save operation in Save(CSDocument) and an existing ArchiveDate should be turned off, this property should be MinValue.
See Also

Reference