The ICMSTaxonomyNavigationElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllCategories |
Gets the all descendent Categories under the Taxonomy Navigation element.
|
|
AllPages |
Gets all descendant "Page" Elements.
(Inherited from ICMSNavigationElement.) |
|
AuthenticationInformation |
Gets the authentication information of current Http Request. Only Page that requires authentication will carry this information, when authenticated.
(Inherited from ICMSPage.) |
|
BaseURL |
Gets the absolute base URL of the Web Application.
(Inherited from ICMSEnvironment.) |
|
BrowserCapabilities |
Gets the browser capabilities of the current Http Request.
(Inherited from ICMSPage.) |
|
Cookies |
Gets the Cookies collection.
(Inherited from ICMSEnvironment.) |
|
CurrentPublishingTargetID |
Gets the current Publishing Target Id, design-time only.
(Inherited from ICMSEnvironment.) |
|
EditMode |
Applies to design-time only. Gets whether the Http Request is for Previewing a Page
in In-Context-Edit mode..
(Inherited from ICMSEnvironment.) |
|
Exists |
Gets whether the Page or Route exists within published content, for the given request.
(Inherited from ICMSRequest.) |
|
Factory |
Gets the page factory used to retrieve pages
(Inherited from ICMSEnvironment.) |
|
Form |
Gets the Form Posts collection.
(Inherited from ICMSEnvironment.) |
|
ID |
Gets the Page or Component ID.
(Inherited from ICMSPage.) |
|
IncludeAllPages |
Gets whether all Pages are included when building Component and Navigation references. Only applies to CMS design-time. Default value is false.
(Inherited from ICMSEnvironment.) |
|
IsPreview |
Checks whether the Http Request is for Page Preview from CMS Design-time site.
(Inherited from ICMSEnvironment.) |
|
MobileDeviceInformation |
Get the mobile device information, if the Http Request was from browser on a mobile device; Otherwise, returns null.
(Inherited from ICMSPage.) |
|
Name | (Inherited from ICMSNavigationElement.) | |
NavigatingCategories |
Gets the first-level Categories under the Taxonomy Navigation element. Each Category has references to child Categories, so it's fully traversible.
|
|
Page |
Gets the CMS Page to which this element belongs.
(Inherited from ICMSPage.) |
|
Pages |
Gets child "Page" Elements.
(Inherited from ICMSNavigationElement.) |
|
PresentationInformation |
Gets the information for the Presentation for the Page to which this Element belongs.
Presentations are design customization onthe Page that were built via Ingeniux CMS Page builder.
This property returns null, if the Page this Element belongs to doesn't have Presentation, or this Element belongs to a Component.
(Inherited from ICMSPage.) |
|
QueryString |
Gets QueryStrings collection.
(Inherited from ICMSEnvironment.) |
|
RequestPath |
Gets the relative path of the Http Request.
(Inherited from ICMSEnvironment.) |
|
RestrictedAccess |
Gets whether this Page is protected by the Ingeniux Runtime Authentication system.
IF Runtime Authentication is disabled, this property will always return false.
(Inherited from ICMSPage.) |
|
RootElementName |
Gets the name the underlying XElement.
(Inherited from ICMSElement.) |
|
ServerVariables |
Gets the Server Variables collection, specified by the CMS settings.
(Inherited from ICMSEnvironment.) |
|
Site |
Gets the Site branding of the Request.
(Inherited from ICMSEnvironment.) |
|
StructuredURL |
Gets the canonical structured URL of this Page.
(Inherited from ICMSEnvironment.) |
|
Tag |
Gets/sets the extra information to be included in the model. Can be any type.
(Inherited from ICMSPage.) |
|
TransformOption |
Gets the what type of Page content the Request wants: Final Markup, Expanded XML, or Raw XML.
(Inherited from ICMSEnvironment.) |
|
Type |
Gets the type of the Element. It returns the value of "Type" or "type" Attribute.
If the Attribute doesn't exist, returns empty string.
(Inherited from ICMSElement.) |
|
UID |
Gets the unique ID of the element. It is in the form of GUID.
(Inherited from ICMSElement.) |
|
URL |
Gets the absolute URL of the Http Request.
(Inherited from ICMSEnvironment.) |
|
UserAgent |
Gets the UserAgent branding of the Request
(Inherited from ICMSEnvironment.) |
|
Value |
Gets the value of the Element.
(Inherited from ICMSElement.) |
|
ViewMode |
Gets the Mode of View. It is used to distinguish different View/XSLT template, when requesting the same Element.
The value of this property is particularly important for In-Context-Edit markup update, especially for traditional XSLT implementations.
(Inherited from ICMSEnvironment.) |
|
ViewName |
Gets the name of the MVC View of this Page. By default, is it is the root Element name.
(Inherited from ICMSPage.) |
See Also