Click or drag to resize

ObjectProxyIsInDocumentContext Method

Checks if the given object resides in a hierarchy under a Document object

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

Return Value

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