BCDocumentUI PutStreamFile Method (String, String)Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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.53.0)
Syntax

public void PutStreamFile(
	string streamName,
	string filePath
)

Parameters

streamName
Type: OnlineSystem String
The name of the stream.
filePath
Type: OnlineSystem 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