BeginUndoSection Method (description)

Pageflex Document Action API

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
C# Visual Basic Managed C++
public void BeginUndoSection (
	string description
)
Public Sub BeginUndoSection ( _
	description As String _
)
public:
void BeginUndoSection (
	String^ description
)
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)