PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Appends the given child as a binary node (base64 encoded) at the current node.

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

Syntax

C#Copy imageCopy Code
public void AppendBinaryChild(
	 node,
	string name,
	byte[] bytes
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub AppendBinaryChild ( _
	node As , _
	name As , _
	bytes As () _
)

Parameters

node
XPathNavigator
The node.
name
String
The node name.
bytes
array<Byte>[]()
The byte array to store.

See Also

XmlData Class
Smartsite.Core Namespace
Advanced