AbstractActionContextTContextStoreOriginalValueTValue Method (TValue, TValue) |
Stores current value as the original value.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax protected virtual void StoreOriginalValue<TValue>(
ref TValue originalValueProperty,
TValue currentValue
)
where TValue : class
Parameters
- originalValueProperty
- Type: TValue
Original value property inner field. - currentValue
- Type: TValue
Value of the property before it has been changed, hence the original value.
Type Parameters
- TValue
- Type of the property
See Also