Click or drag to resize
Askia

IQuestionSaveResponses Method

Saves a batch of responses in one go, all or nothing.

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IMethodResult SaveResponses(
	IEnumerable<IResponse> responses
)

Parameters

responses
Type: System.Collections.GenericIEnumerableIResponse

[Missing <param name="responses"/> documentation for "M:AskiaCore.IQuestion.SaveResponses(System.Collections.Generic.IEnumerable{AskiaCore.IResponse})"]

Return Value

Type: IMethodResult

[Missing <returns> documentation for "M:AskiaCore.IQuestion.SaveResponses(System.Collections.Generic.IEnumerable{AskiaCore.IResponse})"]

See Also