Click or drag to resize

ObjectProxyIsInFlowContext Method

Checks if the given object resides in the flow

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool IsInFlowContext()

Return Value

Type: Boolean
true if the object is a child of the Flow, false otherwise
See Also