1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. DeleteOptions

DeleteOptions

DeleteOptions class

Provides options for the delete operation.

public class DeleteOptions

Constructors

Name Description
DeleteOptions() Initializes a new instance of the DeleteOptions class.

Properties

Name Description
IsAsync { get; set; } Gets or sets the flag of asynchronous performing the operation. The default value is false.

See Also