AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Navigation Methods

The Navigation type exposes the following members.

Methods


  Name Description
Public method Clone
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.

Public method GetCommandToExecute
Gets the command to execute.
Public method GetParameters
Retrieve the parameters required for the specified stored procedure
Public method GetSQL
Retrieve the parameters required for the specified stored procedure
Public method SetData
Sets the data.