This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the scope of a buffer.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public enum SaveBufferScope
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration SaveBufferScope

Members

Member nameDescription
Auto
Field scope by default; Region scope when enclosed by a region tag.
Field
Field scope.
Page
Page scope.
Region
Region scope.

See Also

Smartsite.Core Namespace
Advanced