Gets the binary value of the current node as a Binary Data formatted DataTable.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable this.extractbinary()
datatable this.extractbinary(string contentType)
datatable this.extractbinary(string contentType, string fileName)

Parameters

Name Data Type Description
contentType String Mimetype of the binary data.
fileName String Filename to use.

Return Value

Data Type Description
DataTable DataTable

Used in

Macro Description
XmlProcessor Native Xml data Macro.

Expand image Example

SXML