CSDocumentInformationContentToLoad Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Defines what revision of a document to return.

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

public enum ContentToLoad
Members

  Member nameValueDescription
None-3No content should be loaded.
DraftOrApproved-2Loads the draft. If no draft exists the currently approved content is loaded.
Draft-1Loads the draft. If no draft exists a CSException is thrown.
Approved0Loads the currently approved content. If no approved content exists a CSException is thrown.
See Also

Reference