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

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

Parameters

action
Type: SystemAction
Action to execute.

Implements

IInfoExecuteWithOriginalData(Action)
See Also