Click or drag to resize
Askia

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
)

Parameters

LinkedResponseId
Type: SystemInt32

[Missing <param name="LinkedResponseId"/> documentation for "M:AskiaCore.ILinkedResponseCollection.Remove(System.Int32)"]

Return Value

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