Click or drag to resize

QueryBeforeQueryArgs Class

Provides the information about query before execute.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Indexing.NotificationsQueryBeforeQueryArgs

Namespace:  Dynamicweb.Indexing.Notifications
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class BeforeQueryArgs : NotificationArgs

The QueryBeforeQueryArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyQuery
Gets or sets the query.
Public propertySettings
Gets or sets the settings.
Top
See Also