| IQuestionCollectionCreate Method (Int32, Int32) |
Creates a new question in the collection given a position
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IQuestion Create(
int parentId,
int position
)
Function Create (
parentId As Integer,
position As Integer
) As IQuestion
IQuestion^ Create(
int parentId,
int position
)
Parameters
- parentId
- Type: SystemInt32
Id of the parent question of which the created one will be the child - position
- Type: SystemInt32
The position at which the question will be created
Return Value
Type:
IQuestionReturn the newly created question
See Also