Gets the available channels.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable site.channels()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
DataTable A datatable with all available channels.

Data Table Columns

Name Data Type
Address Locator
CmsItem T:Smartsite.Core.CmsItem
Code String
ContentType T:Smartsite.Core.ContentType
ContentTypes T:System.Collections.Generic.IList`1
ContentView String
CookiePolicyEnabled Boolean
Culture T:System.Globalization.CultureInfo
DefaultDocument String
FriendlyName String
IdParameter String
IsBrowsable Boolean
IsDefault Boolean
IsSecure Boolean
Item Any
LCID Integer
Locale T:Smartsite.Core.Locale
LoginUrl String
Name String
Number Integer
Publication T:Smartsite.Core.Publication
RootNumber Integer
State T:Smartsite.Base.SynchronizedDictionary`2
SuppressReturnUrlOnLogin Boolean
UnresolvedViperHandling Enum
UseFriendlyNames Boolean
View String

Expand image Remarks

Expand image Example

SXML