The ININ.IceLib.EFaq namespace provides classes for accessing the e-FAQ Frequently Asked Question database.

To obtain a list of e-FAQ servers and their respective FAQ Topics, use the EFaqServerList class. This class provides access to the EFaqServer objects that correspond to the e-FAQ servers to which the user has been granted access persmission. Queries can then be issued to each server via the Query(String, IEnumerable<(Of <<'(EFaqTopic>)>>), EFaqQueryOptions) method, or the corresponding asynchronous method, on the EFaqServer object.

Classes

  ClassDescription
Public classEFaqEntry
Represents a Question / Answer entry in the e-FAQ database.
Public classEFaqQueryCompletedEventArgs
Public classEFaqQueryOptions
Specifies the settings used when submitting an e-FAQ query.
Public classEFaqQueryResults
The result set returned by an e-FAQ query.
Public classEFaqServer
Represents an e-FAQ server that is in contact with the IC server.
Public classEFaqServerList
Provides information and change notifications about the e-FAQ system.
Public classEFaqTopic
Represents a single FAQ on an e-FAQ server.

Enumerations

  EnumerationDescription
Public enumerationEFaqServerProperty
Each enumerated value represents a property of the EFaqServer class.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 2 and beyond.