Carbon API
Carbon API
RCS.Carbon.Import.Alchemer
AlchemerReader Class
AlchemerReader Methods
Dispose Method
ListSurveys Method
ReadMetadata Method
Alchemer
Reader
Read
Metadata Method
Reads a single survey's metadata.
Namespace:
RCS.Carbon.Import.Alchemer
Assembly:
RCS.Carbon.Import (in RCS.Carbon.Import.dll) Version: 9.0.12
Syntax
C#
Copy
public
Task
<
AlchemerMeta
>
ReadMetadata
(
string
surveyId
)
Parameters
surveyId
String
The Id of the survey to read.
Return Value
Task
AlchemerMeta
A survey's metadata or null if the
surveyId
is not found.
Exceptions
Exception
Condition
ArgumentNullException
Thrown if the
surveyId
is null.
ApplicationException
Thrown if a web service response contains
result_ok=false
.
See Also
Reference
AlchemerReader Class
RCS.Carbon.Import.Alchemer Namespace
Copyright © 2020-2024 Red Centre Software
Send comments on this topic to
support@redcentresoftware.com