2024 April Release

Interface CooSearchResult Permanent link for this heading

This interface describes methods available when working with search results.

Methods Permanent link for this heading

Return Type

Signature

void

Abort()

integer

GetCount()

string[]

GetErrors(
  optional boolean reset)

object[]

GetObjects(
  integer count)

integer

GetState()

Methods Permanent link for this heading


Abort Permanent link for this heading

Aborts the search.

void Abort()


GetCount Permanent link for this heading

Retrieves the number of found objects of the search result.

integer GetCount()


GetErrors Permanent link for this heading

Retrieves the errors of the search result.

string[] GetErrors(
  optional boolean reset)

Name

Description

reset


GetObjects Permanent link for this heading

Retrieves the next objects of the search result.

object[] GetObjects(
  integer count)

Name

Description

count


GetState Permanent link for this heading

Retrieves the state of the search result.

integer GetState()