BusinessObjectBase..::..GetDifferences<(Of <(<'T>)>)> Method
Produces a list of differences between this object and obj
after stripping framework-owned nodes and empty ones — used to show users what
changed between two versions of the same record.
Namespace:
AdvantageCMS.Core.Admin.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
Type Parameters
- T
- Concrete business-object type.
Parameters
- obj
- Type: T
The other object to compare against.
- sourceName
- Type: String
Display name for the current object.
- targetName
- Type: String
Display name for the other object.

