SetStream Method

[This is preliminary documentation and subject to change.]

This is the SetStream method of the MsiRecord object. This method copies the content of the specified file into the designated record field as stream data.

Syntax

object.SetStream(field, filePath)

Parts

object
MsiRecord object.
field
Required field number of the value within the record, 1-based.
filePath
The location of the file to copy. No translation of any type is performed.