Opalis Quick Integration Kit 3.0
Tests whether the specified input is included in the request.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
bool 
Contains(
	
string 
name
)
Visual Basic (Declaration)
Function 
Contains ( _
	
name 
As 
String _
) 
As 
Boolean
Visual C++
bool 
Contains(
	
String^ 
name
)

Parameters

name
Type: System . . :: . String
The name of the input to look for.

Return Value

Trueif the input was found, otherwise False

Remarks

This method will typically be used to test for the presense of inputs that have been declared as optional.

See Also