| ILinkedResponseCollectionRemove Method |
Remove a linked response from the collection given its responseId
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool Remove(
int LinkedResponseId
)
Function Remove (
LinkedResponseId As Integer
) As Boolean
bool Remove(
int LinkedResponseId
)
Parameters
- LinkedResponseId
- Type: SystemInt32
[Missing <param name="LinkedResponseId"/> documentation for "M:AskiaCore.ILinkedResponseCollection.Remove(System.Int32)"]
Return Value
Type:
BooleanReturns a boolean representing the success of the operation
See Also