Click or drag to resize

AlchemerReaderReadMetadata 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#
public Task<AlchemerMeta> ReadMetadata(
	string surveyId
)

Parameters

surveyId  String
The Id of the survey to read.

Return Value

TaskAlchemerMeta
A survey's metadata or null if the surveyId is not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the surveyId is null.
ApplicationExceptionThrown if a web service response contains result_ok=false.
See Also