Click or drag to resize

AlchemerReaderListSurveys Method

Lists surveys.

Namespace: RCS.Carbon.Import.Alchemer
Assembly: RCS.Carbon.Import (in RCS.Carbon.Import.dll) Version: 9.0.12
Syntax
C#
public IAsyncEnumerable ListSurveys()

Return Value

IAsyncEnumerable
An asyncronous enumerable set of Alchemer survey items.
Exceptions
ExceptionCondition
ApplicationExceptionThrown if a web service response contains result_ok=false.
HttpRequestExceptionThrown if the web service call does not return success status.
Remarks
The full survey list may internally be split into one or more 'pages'. The reader makes asynchronous calls in a loop to enumerate all surveys in all sequential pages.
See Also