| IResponseCollectionCreate Method (String) |
Creates a new response in the collection given its entry code
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IResponse Create(
string entryCode
)
Function Create (
entryCode As String
) As IResponse
IResponse^ Create(
String^ entryCode
)
Parameters
- entryCode
- Type: SystemString
Entry code of the response to create
Return Value
Type:
IResponseReturns the newly created response
See Also