Navigation Members
The Navigation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
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. |
|
|
GetCommandToExecute |
Gets the command to execute.
|
|
|
GetParameters |
Retrieve the parameters required for the specified stored procedure
|
|
|
GetSQL |
Retrieve the parameters required for the specified stored procedure
|
|
|
SetData |
Sets the data.
|
Properties
| Name | Description | |
|---|---|---|
|
|
AdminName |
Gets the name of the admin.
|
|
|
CreatedBy |
Gets or sets the created by.
|
|
|
CreatedDate |
Gets or sets the created date.
|
|
|
CustomProperties |
Gets or sets the custom properties.
|
|
|
Description |
Gets or sets the description.
|
|
|
DomainID |
Gets or sets the domain identifier.
|
|
|
FullUrl |
Gets or sets the full URL.
|
|
|
ID |
Gets or sets the identifier.
|
|
|
IsActive |
Gets or sets a value indicating whether this instance is active.
|
|
|
IsCanonicalUrl |
Gets or sets a value indicating whether this instance is canonical URL.
|
|
|
IsLocked |
Gets or sets a value indicating whether this instance is locked.
|
|
|
IsMenuVisible |
Gets or sets a value indicating whether this instance is menu visible.
|
|
|
IsMobileMenuVisible |
Gets or sets a value indicating whether this instance is mobile menu visible.
|
|
|
IsSitemapVisible |
Gets or sets a value indicating whether this instance is sitemap visible.
|
|
|
IsSSL |
Gets or sets a value indicating whether this instance is SSL.
|
|
|
Keywords |
Gets or sets the keywords.
|
|
|
LanguageID |
Gets or sets the language identifier.
|
|
|
LastModifiedBy |
Gets or sets the last modified by.
|
|
|
LastModifiedDate |
Gets or sets the last modified date.
|
|
|
Level |
Gets or sets the level.
|
|
|
Link |
Gets or sets the link.
|
|
|
MasterID |
Gets or sets the master identifier.
|
|
|
Name |
Gets or sets the navigation item name. Falls back to AdminName if the name is empty or null.
|
|
|
NavigationAttribute |
Gets or sets the navigation attribute.
|
|
|
NavigationPage_CreatedBy |
Gets or sets the navigation page created by user.
|
|
|
NavigationPage_CreatedDate |
Gets or sets the navigation page created date.
|
|
|
NavigationPage_LastModifiedBy |
Gets or sets the navigation page last modified by.
|
|
|
NavigationPage_LastModifiedDate |
Gets or sets the navigation page last modified date.
|
|
|
NavigationPageAttributes |
Gets or sets the navigation page attributes.
|
|
|
NavigationPageID |
Gets or sets the navigation page identifier.
|
|
|
NavigationStatus |
Gets the computed navigation status based on the active state, redirect flag, and site page publish status.
|
|
|
ParentID |
Gets or sets the parent identifier.
|
|
|
Path |
Gets or sets the path.
|
|
|
PublishedSitePageID |
Gets or sets the published site page identifier.
|
|
|
PublishedTemplateFilePath |
Gets or sets the published template file path.
|
|
|
Redirect |
Gets or sets a value indicating whether this Navigation is redirect.
|
|
|
RedirectLink |
Gets or sets the redirect link.
|
|
|
RedirectLinkBase |
Gets the redirect link base.
|
|
|
RedirectParameters |
Gets the redirect parameters.
|
|
|
RedirectResponseCode |
Gets or sets the redirect response code.
|
|
|
RedirectTarget |
Gets or sets the redirect target.
|
|
|
SitePage_LastModifiedBy |
Gets or sets the published site page last modified by.
|
|
|
SitePage_LastModifiedDate |
Gets or sets the last modified date for the published SitePage.
|
|
|
SitePage_PublishStatus |
Gets or sets the publish status of the associated site page.
|
|
|
SitePageAttributes |
Gets or sets the site page attributes.
|
|
|
SortOrder |
Gets or sets the sort order.
|
|
|
Title |
Gets or sets the title.
|
|
|
Tooltip |
Gets the tooltip text for this navigation item, using the title if available or the admin name as fallback.
|

