Click or drag to resize

ObjectPropertyNamesParent Field

The object reference to the objects parent or null when object has no parent (like the project's root object). Connections are rooted in the container that also contain the other flow objects. The parent of a Pin object is the flow object it is connected to

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public const string Parent = "Parent"

Field Value

Type: String
See Also