Table of Contents

Class Query

Namespace
Dynamicweb.Indexing.Notifications
Assembly
Dynamicweb.Core.dll

Provides the information about query's notifications.

public sealed class Query
Inheritance
Query
Inherited Members

Fields

AfterQuery

The after query.

public const string AfterQuery = "DWN_REPOSITORIES_QUERY_AFTERQUERY"

Field Value

string

BeforeQuery

The before query.

public const string BeforeQuery = "DWN_REPOSITORIES_QUERY_BEFOREQUERY"

Field Value

string
To top