Available for: Content Management Server
Task: Returns a string representation of a channel’s data. The representation is formatted in the property list format of a dictionary.
Syntax:
channel withName channelName description
Function parameters: none.
Return value if successful: the string representation of the channel (string).
Necessary permissions: none.
Example:
CM>channel withName weather.europe description
{
name = weather.europe;
title.de = "Europawetter";
title.en = "European Weather";
}