The ResponseManager type exposes the following members.

Constructors

  NameDescription
Public methodResponseManager
Initializes a new instance of the ResponseManager class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAvailableResponses
Gets the available responses.
Public methodGetAvailableResponsesAsync
Gets the available responses asynchronously.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching
Determines whether a watch is active.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveUserDocument
Saves the user document.
Public methodSaveUserDocumentAsync
Saves the user document asynchronously.
Public methodStartWatching
Subscribes for changes; Start monitoring changes to the response management data.
Public methodStartWatchingAsync
Subscribes for changes asynchronously; Start monitoring changes to the response management data.
Public methodStopWatching
Unsubscribes for changes; Stop monitoring changes to the response management data.
Public methodStopWatchingAsync
Unsubscribes for changes asynchronously; Stop monitoring changes to the response management data.
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyInitCollapsed
Gets if the preferred approach is to show the tree view collapsed / expanded. This is a Server Parameter. This can be set using Interaction Administrator.
Public propertyInteractionFiles Obsolete.
Gets the interaction message files.
Public propertyInteractionMessages Obsolete.
Gets the interaction messages.
Public propertyInteractionUrls Obsolete.
Gets the interaction message Urls.
Public propertyPeopleManager
Gets the PeopleManager with which this Response Management object is associated.
Public propertyServerDocuments
Gets the server documents.
Public propertyUserDocument
Gets the user document.
Public propertyUserId
Gets the user ID this Response Management is object is associated with.

Events

  NameDescription
Public eventResponseAdded
Occurs when new items are added at the server.
Public eventResponseChanged
Occurs when existing items are updated at the server.
Public eventResponseDeleted
Occurs when existing items are deleted on the server.

See Also