Returns the current channel's name.
Syntax
Smartsite SXML | Copy Code |
---|---|
string channel.name() string channel.name(string channelCode) string channel.name(string channelCode, enum aim) string channel.name(string channelCode, enum aim, enum aimOptions) |
Parameters
Name | Data Type | Description |
---|---|---|
channelCode | String | The channel code. |
aim | Enum |
The AIM settings.
Enum values:
|
aimOptions | Enum |
The aim relation options. Default: automatically determined.
Enum values:
|
Return Value
Data Type | Description |
---|---|
String | The current channel's name. |