SmiData GetChannels

This example lists all the channels that are stored in the Smi database. It may be possible that a channel exists in the Smartsite database that is not yet stored in the Smi database. If a Smartsite channel is removed, the channel continues to exist in the Smi database.

Smartsite SXML CopyCode image Copy Code
{debug.write(smidata.getchannels(smi20))}
Example Result CopyCode image Copy Code
Code=DEF; Title=Default Channel; BrowseStartPage=2; IsDefault=true
Code=TST; Title=Test Channel; BrowseStartPage=2; IsDefault=false