Class ContentQueryExecutionOptions
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Options for configuration of IContentQueryExecutor GetResult call.
public sealed class ContentQueryExecutionOptions
- Inheritance
-
objectContentQueryExecutionOptions
- Extension Methods
Properties
ForPreview
Indicates whether the latest versions of content items should be queried. The default value is false
.
public bool ForPreview { get; set; }
Property Value
- bool
IncludeSecuredItems
Indicates whether the secured items should be included. The default value is false
.
public bool IncludeSecuredItems { get; set; }
Property Value
- bool