- Contents
Third-Party Integration Technical Reference
IServer2 Interface
This interface refines the IServer interface and adds various new features, such as properties, extension functions, entry feedback support, etc.
Methods
- CreateNewEntryFeedbackItem
-
The CreateNewEntryFeedbackItem method creates a new feedback item. You can add the new feedback item to an Entry using the IEntryFeedback collection, which is accessible via the IEntry2::Feedback property.
- ExtensionFunction
-
The ExtensionFunction method invokes a named extension function. The first parameter is a BSTR (string value) that specifies the name of the function. Four additional, optional, VARIANT parameters may be specified.
- GetProperty
-
The GetProperty method retrieves the value of a named Server property.
- SetProperty
-
The SetProperty method sets the value of a named Server property.
Properties
- FAQRecycleBin (Get)
-
Object providing access to logically deleted FAQs.

