Table of Contents

Class Notifications.Querying.BeforeQueryArgs

Namespace
Dynamicweb.QueryPublisher
Assembly
Dynamicweb.QueryPublisher.dll

Class BeforeQueryArgs.

public class Notifications.Querying.BeforeQueryArgs : NotificationArgs
Inheritance
Notifications.Querying.BeforeQueryArgs
Inherited Members

Properties

Query

Gets or sets the query.

public IQuery Query { get; set; }

Property Value

IQuery

The query.

Settings

Gets or sets the settings.

public QuerySettings Settings { get; set; }

Property Value

QuerySettings

The settings.

See Also

To top