Click or drag to resize

QueryAfterQueryArgs Class

Provides the information about query after execute.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Indexing.NotificationsQueryAfterQueryArgs

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

The QueryAfterQueryArgs type exposes the following members.

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