AdvantageCMS.Core.Admin.BaseClasses Namespace
AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

BusinessObjectBase..::..StripIgnoredNodes Method

Removes framework-owned elements (MasterID, Version, PublishStatus, audit fields, etc.) from root so the remaining tree reflects only the business-meaningful state for comparison/diff purposes.

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected internal void StripIgnoredNodes(
	XElement root
)

Parameters

root
Type: XElement
The XML root element to strip in place.