Skip to main content Skip to complementary content

SelectAssociationsAsync Method

Overloads

SelectAssociationsAsync(SearchCombinationOptions, IEnumerable<String>, Int32, Boolean)

Selects all search hits for a specified group.

The results depend on the search context.

SearchCombinationOptions.

SelectAssociationsAsync(AsyncHandle, SearchCombinationOptions, IEnumerable<String>, Int32, Boolean)

Selects all search hits for a specified group.

The results depend on the search context.

SearchCombinationOptions.

SelectAssociationsAsync(SearchCombinationOptions, IEnumerable<String>, Int32, Boolean)

Selects all search hits for a specified group.

The results depend on the search context.

SearchCombinationOptions.

Declaration

      public Task SelectAssociationsAsync([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 qId ) of the search result to select.

System.Boolean softLock

This parameter is deprecated and should not be set.

Returns

Type Description
System.Threading.Tasks.Task

Implements

SelectAssociationsAsync(AsyncHandle, SearchCombinationOptions, IEnumerable<String>, Int32, Boolean)

Selects all search hits for a specified group.

The results depend on the search context.

SearchCombinationOptions.

Declaration

      public Task SelectAssociationsAsync(AsyncHandle asyncHandle, [QixName("qOptions")] SearchCombinationOptions options, [QixName("qTerms")] IEnumerable<string> terms, [QixName("qMatchIx")] int matchIx, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

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 qId ) of the search result to select.

System.Boolean softLock

This parameter is deprecated and should not be set.

Returns

Type Description
System.Threading.Tasks.Task

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!