1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search
  6. /
  7. SearchQuery
  8. /
  9. GetChild

GetChild

SearchQuery.GetChild method

Gets a child query by an index.

public abstract SearchQuery GetChild(int index)
Parameter Type Description
index Int32 The index.

Return Value

A child query corresponding the specified index.

See Also