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

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

Syntax

C#Copy imageCopy Code
[(Name = "Buffer.Get")]
public  GetBuffer(
	string name
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Buffer.Get")> _
Public Function GetBuffer ( _
	name As  _
) As 

Parameters

name
String
The name of the buffer to get.

Return Value

The current value of the buffer.

See Also

Smartsite.Core Namespace
Advanced