Provides all the channels defined in the Application.cfc as an array.
wsGetAllChannels (); wsGetAllChannels('channelName');
returns array
Name | Type | Required | Default | Description |
---|---|---|---|---|
channelName | string | No | If specified, returns all sub-channels listed under the entered channel name. If left unspecified, the function returns all channels registered under the current application. |