Returns a list of all buffers.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable buffer.getall()
datatable buffer.getall(enum scope)

Parameters

Name Data Type Description
scope Enum The savebuffer 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
DataTable A datalist containing all buffers in the current scope.

Expand image Example

SXML