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 methods.

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.)

See Also

Advanced