Click or drag to resize
Askia

IResponseCollectionCreate Method (Int32, String)

Creates a new response in the collection given a parent and its entry code

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

Parameters

parentId
Type: SystemInt32
Id of the parent response of which the created one will be the child
entryCode
Type: SystemString
Entry code of the response to create

Return Value

Type: IResponse
Returns the newly created response
Remarks
The response is positioned at the end of its siblings
See Also