Table of Contents

Class ContentQueryExecutionOptions

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Options for configuration of IContentQueryExecutor GetResult call.

public sealed class ContentQueryExecutionOptions
Inheritance
object
ContentQueryExecutionOptions
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