1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Dictionaries
  6. /
  7. AliasReplacementPair

AliasReplacementPair

AliasReplacementPair class

Represents an alias/replacement pair.

public class AliasReplacementPair

Constructors

Name Description
AliasReplacementPair(string, string) Initializes a new instance of the AliasReplacementPair class.

Properties

Name Description
Alias { get; } Gets the alias.
Replacement { get; } Gets the replacement.

See Also