Returns the contents of a savebuffer.

Syntax

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

Parameters

Name Data Type Description
name String The name of the buffer.
scope Enum The scope.
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

Data Type Description
Any The value of the specified buffer.

Expand image Examples

SXML