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

Public Properties

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

See Also

Advanced