Removes a value from the Channel's state by key.

Syntax

Smartsite SXML CopyCode image Copy Code
channel.state.remove(string key)
channel.state.remove(string channelCode, string key)

Parameters

Name Data Type Description
key String The key.
channelCode String The channel.

Return Value

None.

Expand image Example

SXML