Pageflex Document Action API
BeginUndoSection Method (description)
Namespaces > Pageflex.Scripting > Document > BeginUndoSection(String)
Begins the bracketing of a set of operations which will potentially be undone in one operation.
Syntax
Parameters
- description (String)
- Description of operations for potential display in a user interface.
Remarks
This call is ignored if there has been an unmatched BeginUndoSection call already.
Exceptions
Exception | Condition |
---|---|
UndoDisabledException | UndoEnabled is falseFalsefalse. |
StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)