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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string GetStreamFile(
	string streamName
)
Visual Basic
Public Function GetStreamFile ( _
	streamName As String _
) As String
Visual C++
public:
String^ GetStreamFile(
	String^ streamName
)

Parameters

streamName
Type: System..::..String
The name of the stream.

Return Value

The file path to the temporary file with the content of the stream.

See Also