Click or drag to resize
BCDocumentUIGetStreamFile Method
Saves content of the specified stream to a temporary file.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public string GetStreamFile(
	string streamName
)

Parameters

streamName
Type: SystemString
The name of the stream.

Return Value

Type: String
The file path to the temporary file with the content of the stream.
See Also