Click or drag to resize

ICMSLinkElement Properties

The ICMSLinkElement type exposes the following members.

Properties
  NameDescription
Public propertyAbstract
Gets the value of "Abstract" Attribute from this Element. The value of this Attribute is normally exported from the "Abstract" Element on the target Page.
Public propertyAncestorLinks
Gets "Page" Elements that are the ancestors of this Element. Only entries from transitional Navigation Element could contain ancestor links. Link Element will return an empty collection on this property.
Public propertyAuthenticationInformation
Gets the authentication information of current Http Request. Only Page that requires authentication will carry this information, when authenticated.
(Inherited from ICMSPage.)
Public propertyBaseURL
Gets the absolute base URL of the Web Application.
(Inherited from ICMSEnvironment.)
Public propertyBrowserCapabilities
Gets the browser capabilities of the current Http Request.
(Inherited from ICMSPage.)
Public propertyCategoryIds
Get the ids of the Categories associated with the target Page
Public propertyChanged
Gets the time when the target Page was last changed at Ingeniux CMS design-time site instance.
Public propertyChildLinks
Gets "Page" Elements that are the children of this Element. Only entries from transitional Navigation Element could contain child links. Link Element will return an empty collection on this property.
Public propertyContent
Gets content for XElement/XAttribute.
(Inherited from ICMSObjectT.)
Public propertyCookies
Gets the Cookies collection.
(Inherited from ICMSEnvironment.)
Public propertyCurrentPublishingTargetID
Gets the current Publishing Target Id, design-time only.
(Inherited from ICMSEnvironment.)
Public propertyEditMode
Applies to design-time only. Gets whether the Http Request is for Previewing a Page in In-Context-Edit mode..
(Inherited from ICMSEnvironment.)
Public propertyExists
Gets whether the Page or Route exists within published content, for the given request.
(Inherited from ICMSRequest.)
Public propertyFactory
Gets the page factory used to retrieve pages
(Inherited from ICMSEnvironment.)
Public propertyForm
Gets the Form Posts collection.
(Inherited from ICMSEnvironment.)
Public propertyID
Gets the Page or Component ID.
(Inherited from ICMSPage.)
Public propertyIncludeAllPages
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.)
Public propertyIsComponent
Checks if object is a component.
Public propertyIsPreview
Checks whether the Http Request is for Page Preview from CMS Design-time site.
(Inherited from ICMSEnvironment.)
Public propertyLinkName
Gets the name of the Link. This property only has value, if it represents the expanded result of a Link Element. Navigation entries will return empty string on this property.
Public propertyLocale
Gets the region code of the language of target Page
Public propertyMobileDeviceInformation
Get the mobile device information, if the Http Request was from browser on a mobile device; Otherwise, returns null.
(Inherited from ICMSPage.)
Public propertyName
Gets the name of the target Page
Public propertyPage
Gets the CMS Page to which this element belongs.
(Inherited from ICMSPage.)
Public propertyParent (Inherited from ICMSElement.)
Public propertyParentLinks
Gets "Page" Elements that is the parent of this Element. Only entries from transitional Navigation Element could contain parent link. Link Element will return an empty collection on this property.
Public propertyPhysicallyCacheLinks (Inherited from ICMSEnvironment.)
Public propertyPresentationInformation
Gets the information for the Presentation for the Page to which this Element belongs. Presentations are design customization on the 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.)
Public propertyQueryString
Gets QueryStrings collection.
(Inherited from ICMSEnvironment.)
Public propertyRequestPath
Gets the relative path of the Http Request.
(Inherited from ICMSEnvironment.)
Public propertyRestrictedAccess
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.)
Public propertyRootElementName
Gets the name the underlying XElement.
(Inherited from ICMSElement.)
Public propertySchema
Gets the name of the root Element of target Page
Public propertyServerVariables
Gets the Server Variables collection, specified by the CMS settings.
(Inherited from ICMSEnvironment.)
Public propertySite
Gets the Site branding of the Request.
(Inherited from ICMSEnvironment.)
Public propertyStructuredURL
Gets the canonical structured URL of this Page.
(Inherited from ICMSEnvironment.)
Public propertyTag
Gets/sets the extra information to be included in the model. Can be any type.
(Inherited from ICMSPage.)
Public propertyTargetID
Gets the unique Id of the target Page, which is the value of "ID" Attribute.
Public propertyTargetWindow
Gets how the target URL should be opened. It could return one of the following 3 possible values: _blank, _self, _parent
Public propertyTitle
Gets the value of "Title" Attribute from this Element. The value of this Attribute is normally exported from the "Title" Element on the target Page.
Public propertyTransformOption
Gets the what type of Page content the Request wants: Final Markup, Expanded XML, or Raw XML.
(Inherited from ICMSEnvironment.)
Public propertyType
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.)
Public propertyCode exampleUID
Gets the unique ID of the element. It is in the form of GUID.
(Inherited from ICMSElement.)
Public propertyURL
Gets the URL of the target Page.
Public propertyUserAgent
Gets the UserAgent branding of the Request
(Inherited from ICMSEnvironment.)
Public propertyValue
Gets the value of the Element.
(Inherited from ICMSElement.)
Public propertyViewMode
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.)
Public propertyViewName
Gets the name of the MVC View of this Page. By default, is it is the root Element name.
(Inherited from ICMSPage.)
Top
See Also