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

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

Parameters

action
Type: SystemAction
Action to execute

Implements

IInfoExecuteWithOriginalData(Action)
See Also