Click or drag to resize

IUndoRedoUndoActions Method

Gets all command names of the actions in the undo stack for the provided CAEX document.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerable<string> UndoActions(
	CAEXDocument document
)

Parameters

document  CAEXDocument
The document.

Return Value

IEnumerableString
List of command names
See Also