Click or drag to resize
Askia

IResponseCollectionCreate Method (String)

Creates a new response in the collection given its entry code

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IResponse Create(
	string entryCode
)

Parameters

entryCode
Type: SystemString
Entry code of the response to create

Return Value

Type: IResponse
Returns the newly created response
See Also