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.
Namespace:
AdvantageCMS.Core.Admin.BusinessEntitySitePages 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.
Assembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)

