SelectAssociations Method
Overloads
| SelectAssociations(SearchCombinationOptions, IEnumerable<String>, Int32, Boolean) | Selects all search hits for a specified group. The results depend on the search context. 
               | 
SelectAssociations(SearchCombinationOptions, IEnumerable<String>, Int32, Boolean)
Selects all search hits for a specified group.
The results depend on the search context.
      SearchCombinationOptions.
Declaration
      public void SelectAssociations([QixName("qOptions")] SearchCombinationOptions options, [QixName("qTerms")] IEnumerable<string> terms, [QixName("qMatchIx")] int matchIx, [QixName("qSoftLock")] bool softLock = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| SearchCombinationOptions | options | Information about the search fields and the search context. | 
| System.Collections.Generic.IEnumerable<System.String> | terms | List of terms to search for. | 
| System.Int32 | matchIx | Index (value of  | 
| System.Boolean | softLock | This parameter is deprecated and should not be set. |