Click or drag to resize

IUndoRedoRedoActions Method

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

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

Parameters

document  CAEXDocument
The document.

Return Value

IEnumerableString
List of command names
See Also