AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Navigation..::..Clone Method

Deep clone of every settable property on Navigation, including audit columns (CreatedBy/Date, LastModifiedBy/Date and the per-table NavigationPage_* / SitePage_* variants). CustomProperties, NavigationPageAttributes, SitePageAttributes and NavigationAttribute are cloned via their own Clone() implementations.

SitePages is copied as a new list whose items are the same SitePage references as the source (SitePage does not implement ICloneable). Callers that mutate SitePage objects on the clone will also mutate the source. No current caller does this.

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