Click or drag to resize
AbstractWrapperInfo<TInfo>.ExecuteWithOriginalData Method
Executes the given action using original data of the object.

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

Parameters

action
Type: System.Action
Action to execute.

Implements

IInfo.ExecuteWithOriginalData(Action)
See Also