Loads content of the stream from the specified file.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void PutStreamFile(
	string streamName,
	string filePath
)
Visual Basic
Public Sub PutStreamFile ( _
	streamName As String, _
	filePath As String _
)
Visual C++
public:
void PutStreamFile(
	String^ streamName, 
	String^ filePath
)

Parameters

streamName
Type: System..::..String
The name of the stream.
filePath
Type: System..::..String
The file path to the file from which to load content.

Remarks

The method does not create a new revision of the stream.

See Also