CSDocumentInformationContentLoaded 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 what Content has been loaded.

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

public CSDocumentInformationContentToLoad ContentLoaded { get; }

Property Value

Type: CSDocumentInformationContentToLoad
This property can have one of the following values.
  • None: No content, only document properties, has been loaded.
  • Draft: The writable, draft, content has been loaded.
  • Approved: The read-only, approved, content has been loaded.
See Also

Reference