AWS SDK for .NET Documentation
TestExpression Method (expression, startingStackDepth)
AmazonAmazon.Runtime.Internal.TransformJsonUnmarshallerContextTestExpression(String, Int32) Did this page help you?   Yes   No    Tell us about it...
Tests the specified expression against the current position in the json document being parsed, and restricts the expression to matching at the specified stack depth.
Declaration Syntax
C#
public bool TestExpression(
	string expression,
	int startingStackDepth
)
Parameters
expression (String)
The pseudo-XPath expression to test.
startingStackDepth (Int32)
The depth in the stack representing where the expression must start matching in order for this method to return true.
Return Value
True if the specified expression matches the current position in the json document, starting from the specified depth.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)