Click or drag to resize
Askia

IResponseCollectionCreate Method (Int32, Int32)

Creates a new response in the collection given a position

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

Parameters

parentId
Type: SystemInt32
Id of the parent response of which the created one will be the child
position
Type: SystemInt32
The position at which the response will be created

Return Value

Type: IResponse
Return the newly created response
See Also