| IQuestionCollectionCreate Method (Int32, Int32, String) |
Creates a new question in the collection given a position and a shortcut
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IQuestion Create(
int parentId,
int position,
string shortcut
)
Function Create (
parentId As Integer,
position As Integer,
shortcut As String
) As IQuestion
IQuestion^ Create(
int parentId,
int position,
String^ shortcut
)
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 - shortcut
- Type: SystemString
Shortcut of the question to create
Return Value
Type:
IQuestionReturn the newly created question
See Also