PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class NullChannel
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class NullChannel

The type exposes the following members.

Public Methods

  Name Description
Public method CanHandleLocation
Checks whether the channel will handle the given location.
(Inherited from Channel.)
Public method CanHandleLocation
Checks whether the channel will handle the given location.
(Inherited from Channel.)
Public method CanRender
Determines whether this instance can render the specified locator.
(Inherited from Channel.)
Public method CanRender
Determines whether this instance can render the specified locator.
(Inherited from Channel.)
Public method CanRender
Determines whether this instance can render the specified locator.
(Inherited from Channel.)
Public method ConvertIncomingLocation
Converts the incoming location using the channel's business rules.
(Inherited from Channel.)
Public method CreateLink
Creates a reference to the given item in this channel.
(Inherited from Channel.)
Public method CreateLink
Creates a reference to the given item in this channel.
(Inherited from Channel.)
Public method CreateLink
Creates a reference to the given item in this channel.
(Inherited from Channel.)
Public method CreateLink
Creates a reference to the given item in this channel.
(Inherited from Channel.)
Public method CreateReference
Creates an item reference to the root of the channel.
(Inherited from Channel.)
Public method CreateReference
Creates an item reference.
(Inherited from Channel.)
Public method CreateReference
Creates an item reference.
(Inherited from Channel.)
Public method CreateWebPage
Creates a WepPage object for rendering on the internal channel 'Null channel (code=000)'.
Public method Equals (Inherited from Object.)
Public method ExecuteLogic (Inherited from Channel.)
Public method Filter
Filters the specified input.
(Inherited from Channel.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Map
When overridden, returns an ItemRef object if the channel handles the requested Uri.
(Inherited from Channel.)
Public method Map
When overridden, returns an ItemRef object if the channel handles the requested Uri.
(Inherited from Channel.)
Public method RenderItem
Renders an item on the internal channel 'Null channel (code=000)'. This way, no physical channel mapping is needed.
Public method ToString
Returns a string representing the Channel.
(Inherited from Channel.)

Protected Methods

  Name Description
Protected method CreateRenderEngine
Creates a render engine based on a Cms request and rendering settings.
(Inherited from Channel.)
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member ReservedCode
Reserved code for internal 'Null' channel (used for internal rendering).

Public Properties

  Name Description
Public property Address
Gets the address.
(Inherited from Channel.)
Public property CmsItem
Gets the content item containing the item data of this channel.
(Inherited from Channel.)
Public property Code
Gets the channel's item code.
(Inherited from Channel.)
Public property ContentType
Gets the content type of the channel.
(Inherited from Channel.)
Public property ContentTypes
Gets the content types available in this channel.
(Inherited from Channel.)
Public property ContentView
Gets the channel content view.
(Overrides Channel..::ContentView.)
Public property CookiePolicyEnabled
Gets if the cookie policy is enabled for this channel.
(Inherited from Channel.)
Public property Culture
Gets the channel localization culture.
(Inherited from Channel.)
Public property DefaultDocument
The document name used to navigate to items in this channel
(Inherited from Channel.)
Public property FriendlyName
Gets the friendly name.
(Overrides Channel..::FriendlyName.)
Public property HostHeaders
Gets the collection of HostHeaders.
(Inherited from Channel.)
Public property IdParameter
The querystring parameter used to identify an item on this channel
(Inherited from Channel.)
Public property IsBrowsable
Gets a value indicating whether this channel is browsable.
(Inherited from Channel.)
Public property IsDefault
Gets a value indicating if this instance is the default channel.
(Inherited from Channel.)
Public property IsSecure
Gets a value indicating whether this instance is secure.
(Inherited from Channel.)
Public property Item
Gets item data.
(Inherited from Channel.)
Public property LCID
Gets the channel language identifier.
(Overrides Channel..::LCID.)
Public property Locale
Gets the channel Locale instance.
(Inherited from Channel.)
Public property LoginUrl
Gets or sets the login URL.
(Inherited from Channel.)
Public property Name
Gets the channels' title.
(Inherited from Channel.)
Public property Number
Gets the channel's item number.
(Inherited from Channel.)
Public property Publication
The publication to which the channel belongs, if any.
(Inherited from Channel.)
Public property RootNumber
Gets the root itemnumber of the channel.
(Inherited from Channel.)
Public property State
Gets the Channel State.
(Inherited from Channel.)
Public property SuppressReturnUrlOnLogin
Gets a value indicating this channel suppressed the returnUrl value on the querystring in ASP.NET.
(Inherited from Channel.)
Public property UnresolvedViperHandling
Gets the way unresolved viper calls should be treated.
(Inherited from Channel.)
Public property UseFriendlyNames
Returns true if friendly names should be used on this channel. Always returns false if the feature FriendlyNames is disabled.
(Inherited from Channel.)
Public property View
Gets the channel view.
(Overrides Channel..::View.)

Public Events

  Name Description
Public event RenderingNullChannelItem

See Also

Advanced