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

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

Syntax

C#Copy imageCopy Code
[(Name = "Buffer.Set")]
public void SetBuffer(
	string name,
	 value
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Buffer.Set")> _
Public Sub SetBuffer ( _
	name As , _
	value As  _
)

Parameters

name
String
The name of the buffer to set.
value
Object
The value.

See Also

Smartsite.Core Namespace
Advanced