CSApprovedDocumentInformationRevisionDate 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 specifies the date when the currently approved version of the document was approved.

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

public Nullable<DateTime> RevisionDate { get; protected set; }

Property Value

Type: NullableDateTime
A DateTime containing the RevisionDate or null (Nothing in Visual Basic) if the content data was not loaded or not requested.
Remarks

This property is content related and will not be loaded unless specified and when an approved content exists.
See Also

Reference