Click or drag to resize
AbstractInfoBaseTInfoExecuteWithOriginalData Method
Executes the given action using original data of the object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public override void ExecuteWithOriginalData(
	Action action
)

Parameters

action
Type: SystemAction
Action to execute

Implements

IInfoExecuteWithOriginalData(Action)
See Also