Delete Method

Pageflex Document Action API

Pageflex Document Action API Delete Method
Namespaces > Pageflex.Scripting > Element > Delete()
Deletes this element and also deletes any descendant elements.
Syntax
C# Visual Basic Managed C++
public void Delete ()
Public Sub Delete
public:
void Delete ()
Exceptions
Exception Condition
ElementCannotBeDeletedException This Element cannot be deleted.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)