Returns the current channel's view.
Syntax
Smartsite SXML | Copy Code |
---|---|
string channel.view() string channel.view(boolean includeInactive) string channel.view(boolean includeInactive, string channelCode) string channel.view(boolean includeInactive, string channelCode, enum aim) string channel.view(boolean includeInactive, string channelCode, enum aim, enum aimOptions) |
Parameters
Name | Data Type | Description |
---|---|---|
includeInactive | Boolean | If set to true a view including inactive items is returned. |
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 channels' view. |