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 abstract class Channel
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class Channel

The type exposes the following methods.

Public Methods

  Name Description
Public method CanHandleLocation Overloaded.
Public method CanRender Overloaded.
Public method ConvertIncomingLocation
Converts the incoming location using the channel's business rules.
Public method CreateLink Overloaded.
Public method CreateReference Overloaded.
Public method Equals (Inherited from Object.)
Public method ExecuteLogic
Public method Filter
Filters the specified input.
Public method Static member GetChannel
Gets the channel from the given context.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Map Overloaded.
Public method ToString
Returns a string representing the Channel.
(Overrides Object..::ToString()()()().)

Protected Methods

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

See Also

Advanced