Removes a given savebuffer if found.

Syntax

Smartsite SXML CopyCode image Copy Code
buffer.remove(string name)
buffer.remove(string name, enum scope)

Parameters

Name Data Type Description
name String The name of the buffer.
scope Enum The scope of the buffer.
Enum values:
  • Auto
    Field scope by default; Region scope when enclosed by a region tag.
  • Field
    Field scope.
  • Page
    Page scope.
  • Region
    Region scope.

Return Value

None.

Expand image Example

SXML