ParentElement Property

Pageflex Document Action API

Pageflex Document Action API ParentElement Property
Namespaces > Pageflex.Scripting > Element > ParentElement
Gets this element's parent Element in the document tree.
Syntax
C# Visual Basic Managed C++
public Element ParentElement { get; }
Public ReadOnly Property ParentElement As Element
public:
Element^ ParentElement {
	Element^ get ();
}
Remarks
Returns this element's parent Element, or nullNothingnullptr if the element is the root of the document tree.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)