Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

IAFSearch(T) Methods

  • Last UpdatedNov 18, 2025
  • 3 minute read
IAFSearch(T) Methods

The IAFSearchT generic type exposes the following members.

Methods

  NameDescription
Public methodCode example
FindObjectFields(String, Int32, Int32)
This method will return the values as an IList for the specified fields for each of the objects that match the search tokens.
Public methodCode example
FindObjectFieldsTObject(Int32, Int32)
This method will return the values for the fields defined by the user-defined type for each of the objects that match the search tokens.
Public methodCode example
FindObjectFieldsTObject(String, FuncIListObject, TObject, Int32, Int32)
This method will return the values as an object for the specified fields for each of the objects that match the search tokens using the supplied factory delegate.
Public methodCode example
FindObjectIds
This method will return a list of the ID for each object that matches the search tokens.
Public method
FindObjects
This method will return the objects that match the search tokens.
Public method
GetTotalCount
Returns the total count of the items that could be returned from the search query.
Public methodCode example
IsMatch
Determines if the specified object matches the search query.
Public method
Refresh
Refreshes the search that is cached in the server.
Public method
TryFindSearchToken
Find the AFSearchToken associated with the specified AFSearchFilter.
Public method
TryFindSearchTokens
Find the AFSearchToken list associated with the specified AFSearchFilter.

See Also

TitleResults for “How to create a CRG?”Also Available in