Click or drag to resize
Askia

ILinkedResponseCollectionCreate Method

Create a linked response given its visibility

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
ILinkedResponse Create(
	int responseId,
	LinkedResponseVisibility visibility
)

Parameters

responseId
Type: SystemInt32
Id of the response to link to
visibility
Type: AskiaCoreLinkedResponseVisibility
Visibility of the linked response

Return Value

Type: ILinkedResponse
Returns the newly created linked response
See Also