Click or drag to resize
Askia

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
)

Parameters

shortcut
Type: SystemString
Shortcut of the question to remove

Return Value

Type: Boolean
Returns a boolean representing the success of the operation
See Also