ActionItemBaseTAction, TCollectionImagesClear Method

Clear the contents of the Images collection.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected static void ImagesClear(
	TAction item
)

Parameters

item  TAction
Reference to the file action item for which this action is being called.

Remarks

This method also clears the WorkingImage property.

See Also