ListFilteredDocumentsInDropdownAdvanced20ListDrafts 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 only drafts should be listed. 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

To use this, CheckForReadPermissions must be set to true.
See Also

Reference