Table of Contents

Class QueryConstants

Namespace
ToSic.Eav.DataSource.Query.Sys
Assembly
ToSic.Eav.DataSource.dll

Constants used by Queries / VisualQuery

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class QueryConstants
Inheritance
object
QueryConstants

Fields

ParamsShowDraftsDefault

Default for ShowDrafts is false

public const bool ParamsShowDraftsDefault = false

Field Value

bool

ParamsShowDraftsKey

A special property added to the Params source to find out if the current user can see drafts.

public const string ParamsShowDraftsKey = "ShowDrafts"

Field Value

string