| IQuestionCollectionRemove Method (String) |
Remove a question from the collection given its shortcut
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool Remove(
string shortcut
)
Function Remove (
shortcut As String
) As Boolean
bool Remove(
String^ shortcut
)
Parameters
- shortcut
- Type: SystemString
Shortcut of the question to remove
Return Value
Type:
BooleanReturns a boolean representing the success of the operation
See Also