ScriptFilteredDocumentsListDrafts Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Sets or gets a value indicating if drafts should be included in the listing. Pass null (Nothing in Visual Basic) to query against the draft or the approved content, if draft was not found. The default value is false.

Namespace: ContentStudio.Site.ActiveScripting.EPT
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public Nullable<bool> ListDrafts { get; set; }

Property Value

Type: NullableBoolean
Remarks

This property requires READ permissions, not only BROWSE permissions.
See Also

Reference