Determines whether the specified item is visible in this channel.
Syntax
Smartsite SXML | Copy Code |
---|---|
boolean channel.isvisible(locator location) boolean channel.isvisible(locator location, string channelCode) boolean channel.isvisible(locator location, string channelCode, enum aim) boolean channel.isvisible(locator location, string channelCode, enum aim, enum aimOptions) |
Parameters
Name | Data Type | Description |
---|---|---|
location | Locator | The location. |
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 |
---|---|
Boolean | True if the specified location is visible; otherwise, false. |