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

MergeOptions

MergeOptions class

Provides options for merge operation.

public class MergeOptions

Constructors

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

Properties

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

Remarks

Learn more

See Also