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
Class | Description | |
---|---|---|
EFaqEntry |
Represents a Question / Answer entry in the e-FAQ database.
| |
EFaqQueryCompletedEventArgs |
Provides data for the completedCallback delegate of the QueryAsync(String, IEnumerable<(Of <<'(EFaqTopic>)>>), EFaqQueryOptions, EventHandler<(Of <<'(EFaqQueryCompletedEventArgs>)>>), Object)
event of an EFaqServer.
| |
EFaqQueryOptions |
Specifies the settings used when submitting an e-FAQ query.
| |
EFaqQueryResults |
The result set returned by an e-FAQ query.
| |
EFaqServer |
Represents an e-FAQ server that is in contact with the IC server.
| |
EFaqServerList |
Provides information and change notifications about the e-FAQ system.
| |
EFaqTopic |
Represents a single FAQ on an e-FAQ server.
|
Enumerations
Enumeration | Description | |
---|---|---|
EFaqServerProperty |
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.
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.