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: 12.0.0
Syntax
C#
public override void ExecuteWithOriginalData(
	Action action
)

Parameters

action
Type: SystemAction
Action to execute

Implements

IInfoExecuteWithOriginalData(Action)
Remarks
This operation temporarily modifies the object's state and is inherently not thread-safe even when action is a read-only operation.
See Also